Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp181 MD.ImplicitModulePCMPath = std::string(M->getASTFile()->getName()); in handleTopLevelModule()
191 MDC.Instance.getASTReader()->getModuleManager().lookup(M->getASTFile()); in handleTopLevelModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp230 if (OwningMod && OwningMod->getASTFile() == Mod.File) { in indexPreprocessorModuleMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp55 if (const FileEntry *File = Mod->getASTFile()) in lookupByModuleName()
H A DASTReader.cpp3930 if (auto ASTFE = M ? M->getASTFile() : None) { in ReadModuleMapFileBlock()
5540 if (const FileEntry *CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1739 if (M && M->getASTFile()) in findOrCompileModuleAndReadAST()
1741 if (*ModuleFile == M->getASTFile()) in findOrCompileModuleAndReadAST()
2127 const FileEntry *Entry = TheModule->getASTFile(); in loadGlobalModuleIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp682 if (auto File = M.getASTFile()) in ASTSourceDescriptor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp190 else if (Optional<FileEntryRef> FE = M->getASTFile()) in ActOnModuleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp495 if (auto File = Mod->getASTFile()) in importedModule()
H A DCIndex.cpp8455 if (auto File = Mod->getASTFile()) in clang_Module_getASTFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2633 if (CreateSkeletonCU && IsRootModule && Mod.getASTFile().empty() && M) in getOrCreateModuleRef()
2648 if (CreateSkeletonCU && IsRootModule && !Mod.getASTFile().empty()) { in getOrCreateModuleRef()
2661 if (!llvm::sys::path::is_absolute(Mod.getASTFile())) in getOrCreateModuleRef()
2663 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef()