Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h466 const FileEntry *getASTFile() const { in getASTFile() function
472 assert((File == nullptr || getASTFile() == nullptr || in setASTFile()
473 getASTFile() == File) && "file path changed"); in setASTFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp44 if (auto *File = M.getASTFile()) in ASTSourceDescriptor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h190 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp56 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
H A DASTReader.cpp3611 if (auto *ASTFE = M ? M->getASTFile() : nullptr) { in ReadModuleMapFileBlock()
5037 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1732 if (!Module || !Module->getASTFile() || in loadModule()
1733 FileMgr->getFile(ModuleFileName) != Module->getASTFile()) { in loadModule()
2074 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2305 Mod.getASTFile(), llvm::DICompileUnit::FullDebug, in getOrCreateModuleRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17025 else if (const auto *FE = M->getASTFile()) in ActOnModuleDecl()