Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DModule.h361 const FileEntry *getASTFile() const { in getASTFile() function
367 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()
368 getASTFile() == File) && "file path changed"); in setASTFile()
/external/clang/tools/libclang/
DIndexingContext.cpp271 const_cast<FileEntry *>(Mod->getASTFile())), in importedModule()
DCIndex.cpp6731 return const_cast<FileEntry *>(Mod->getASTFile()); in clang_Module_getASTFile()
/external/clang/lib/Frontend/
DCompilerInstance.cpp1704 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/external/clang/lib/Serialization/
DASTReader.cpp4549 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()