Home
last modified time | relevance | path

Searched refs:getASTFile (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Basic/
DModule.h384 const FileEntry *getASTFile() const { in getASTFile() function
390 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()
391 getASTFile() == File) && "file path changed"); in setASTFile()
/external/clang/lib/AST/
DExternalASTSource.cpp35 if (auto *File = M.getASTFile()) in ASTSourceDescriptor()
/external/clang/include/clang/AST/
DExternalASTSource.h164 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp483 const_cast<FileEntry *>(Mod->getASTFile())), in importedModule()
DCIndex.cpp7366 return const_cast<FileEntry *>(Mod->getASTFile()); in clang_Module_getASTFile()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1711 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/external/clang/lib/Serialization/
DASTReader.cpp3246 if (auto *ASTFE = M ? M->getASTFile() : nullptr) in ReadModuleMapFileBlock()
4501 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1871 StringRef(), 0, Mod.getASTFile(), in getOrCreateModuleRef()