Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h675 OptionalFileEntryRef getASTFile() const { in getASTFile() function
681 assert((!getASTFile() || getASTFile() == File) && "file path changed"); in setASTFile()
891 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp499 if (!M->getASTFile()) in handleTopLevelModule()
526 *M->getASTFile()); in handleTopLevelModule()
687 PrebuiltModuleFileIt->second == M->getASTFile()->getName()); in isPrebuiltModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h44 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp249 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp55 if (OptionalFileEntryRef File = Mod->getASTFile()) in lookupByModuleName()
H A DASTReader.cpp4149 if (auto ASTFE = M ? M->getASTFile() : std::nullopt) { in ReadModuleMapFileBlock()
5801 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1885 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()
1887 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()
2263 OptionalFileEntryRef Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp736 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp315 else if (OptionalFileEntryRef FE = M->getASTFile()) in ActOnModuleDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2896 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()
2911 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()
2924 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) { in getOrCreateModuleRef()
2930 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()