clang API Documentation

Public Attributes
CXIdxImportedASTFileInfo Struct Reference

Data for. More...

#include <Index.h>

Collaboration diagram for CXIdxImportedASTFileInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

CXFile file
CXIdxLoc loc
 Location where the file is imported. It is useful mostly for modules.
int isModule
 Non-zero if the AST file is a module otherwise it's a PCH.

Detailed Description

Data for.

See also:
importedASTFile callback.

Definition at line 4383 of file Index.h.


Member Data Documentation

Definition at line 4384 of file Index.h.

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

Definition at line 4393 of file Index.h.

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

Definition at line 4389 of file Index.h.


The documentation for this struct was generated from the following file: