ΒΆCXString clang_Module_getName(CXModule Module)
CXString clang_Module_getName(CXModule Module)
Declared at: clang/include/clang-c/Index.h:4800
Parameters
- CXModule Module
- a module object.
Returns
the name of the module, e.g. for the 'std.vector' sub-module it will return "vector".