clang API Documentation
Data for ppIncludedFile callback. More...
#include <Index.h>
Public Attributes | |
CXIdxLoc | hashLoc |
Location of '#' in the #include/#import directive. | |
const char * | filename |
Filename as written in the #include/#import directive. | |
CXFile | file |
The actual file that the #include/#import directive resolved to. | |
int | isImport |
int | isAngled |
int | isModuleImport |
Non-zero if the directive was automatically turned into a module import. |
const char* CXIdxIncludedFileInfo::filename |