Home
last modified time | relevance | path

Searched refs:ASTFile (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DExternalASTSource.h151 StringRef ASTFile; variable
157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
160 ASTFile(std::move(ASTFile)), Signature(Signature){}; in ASTSourceDescriptor()
164 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/external/clang/include/clang/Basic/
DModule.h83 const FileEntry *ASTFile; variable
385 return getTopLevelModule()->ASTFile; in getASTFile()
392 getTopLevelModule()->ASTFile = File; in setASTFile()
/external/clang/lib/AST/
DExternalASTSource.cpp36 ASTFile = File->getName(); in ASTSourceDescriptor()
/external/clang/lib/Basic/
DModule.cpp30 Umbrella(), Signature(0), ASTFile(nullptr), VisibilityID(VisibilityID), in Module()