CXIdxIncludedFileInfo

Data for ppIncludedFile callback.

Members

Variables

file
CXFile file;

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

filename
const(char)* filename;

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

hashLoc
CXIdxLoc hashLoc;

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

isAngled
int isAngled;
Undocumented in source.
isImport
int isImport;
Undocumented in source.
isModuleImport
int isModuleImport;

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

Meta