CXIdxIncludedFileInfo

\brief Data for ppIncludedFile callback.

extern (C)
struct CXIdxIncludedFileInfo {
int isImport;
int isAngled;
}

Members

Variables

file
CXFile file;

\brief The actual file that the \#include/\#import directive resolved to.

filename
const(char)* filename;

\brief Filename as written in the \#include/\#import directive.

hashLoc
CXIdxLoc hashLoc;

\brief Location of '#' in the \#include/\#import directive.

isModuleImport
int isModuleImport;

\brief Non-zero if the directive was automatically turned into a module import.

Meta