Searched refs:getModuleCache (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader() 141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
|
H A D | FrontendActions.cpp | 141 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 D | CompilerInstance.cpp | 208 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 D | PrecompiledPreamble.cpp | 328 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
|
H A D | FrontendAction.cpp | 784 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 195 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 D | ASTReader.cpp | 2888 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 D | ModuleManager.h | 310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 245 &CI.getModuleCache()); in visitModuleFile()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 107 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
|