Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A 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()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp271 const_cast<FileEntry *>(Mod->getASTFile())), in importedModule()
H A DCIndex.cpp6667 return const_cast<FileEntry *>(Mod->getASTFile()); in clang_Module_getASTFile()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1656 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4496 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()