CXIdxImportedASTFileInfo

\brief Data for \see importedASTFile callback.

extern (C)
struct CXIdxImportedASTFileInfo {}

Members

Variables

file
CXFile file;
Undocumented in source.
isModule
int isModule;

\brief Non-zero if the AST file is a module otherwise it's a PCH.

loc
CXIdxLoc loc;

\brief Location where the file is imported. It is useful mostly for modules.

Meta