struct CXIdxIncludedFileInfo
Declaration
struct CXIdxIncludedFileInfo { /* full declaration omitted */ };
Description
Data for ppIncludedFile callback.
Declared at: clang/include/clang-c/Index.h:6280
Member Variables
- public CXIdxLoc hashLoc
- Location of '#' in the # include/ # import directive.
- public const char* filename
- Filename as written in the # include/ # import directive.
- public CXFile file
- The actual file that the # include/ # import directive resolved to.
- public int isImport
- public int isAngled
- public int isModuleImport
- Non-zero if the directive was automatically turned into a module import.