Searched refs:getModuleCache (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 2765 !ModuleMgr.getModuleCache().isPCMFinal(F.FileName)) in ReadControlBlock() 4545 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore() 4687 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader() 164 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
|
H A D | FrontendActions.cpp | 115 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer() 174 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer() 338 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
|
H A D | CompilerInstance.cpp | 202 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader() 568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 1114 &ImportingInstance.getModuleCache()); 1510 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
|
H A D | PrecompiledPreamble.cpp | 293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS)); in CreateASTConsumer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 245 &CI.getModuleCache()); in visitModuleFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|