Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DFrontendActions.cpp141 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
200 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
308 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
900 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
H A DCompilerInstance.cpp208 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
256 Dir->path(), FileMgr, CI.getModuleCache(), in collectIncludePCH()
625 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
1149 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {
1218 &ImportingInstance.getModuleCache());
1680 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
H A DPrecompiledPreamble.cpp328 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
H A DFrontendAction.cpp784 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp195 getModuleCache().lookupPCM(FileName)) { in addModule()
199 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule()
226 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf)); in addModule()
H A DASTReader.cpp2888 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock()
4587 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore()
4729 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
6024 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 &CI.getModuleCache()); in visitModuleFile()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp107 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()