ΒΆCXFile clang_Module_getTopLevelHeader(
CXTranslationUnit,
CXModule Module,
unsigned int Index)
CXFile clang_Module_getTopLevelHeader(
CXTranslationUnit,
CXModule Module,
unsigned int Index)
Declared at: clang/include/clang-c/Index.h:4832
Parameters
- CXTranslationUnit
- CXModule Module
- a module object.
- unsigned int Index
- top level header index (zero-based).
Returns
the specified top level header associated with the module.