Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp178 if (!M->getASTFile()) in EndOfMainFile()
207 MD.ImplicitModulePCMPath = std::string(M->getASTFile()->getName()); in handleTopLevelModule()
217 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile()); in handleTopLevelModule()
296 PrebuiltModuleFileIt->second == M->getASTFile()->getName()); in isPrebuiltModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h534 OptionalFileEntryRefDegradesToFileEntryPtr getASTFile() const { in getASTFile() function
540 assert((!File || !getASTFile() || getASTFile() == File) && in setASTFile()
737 StringRef getASTFile() const { return ASTFile; } in getASTFile() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h40 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp249 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp55 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
H A DASTReader.cpp3946 if (auto ASTFE = M ? M->getASTFile() : None) { in ReadModuleMapFileBlock()
5556 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1756 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()
1758 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()
2144 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp190 else if (Optional<FileEntryRef> FE = M->getASTFile()) in ActOnModuleDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp682 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2614 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()
2629 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()
2642 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) in getOrCreateModuleRef()
2644 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()