Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDModule.h377 const FileEntry *getASTFile() const { in getASTFile() function
383 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()
384 getASTFile() == File) && "file path changed"); in setASTFile()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp1684 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4259 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
7392 if (auto *File = M.getASTFile()) in getSourceDescriptor()