Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Serialization/
H A DModuleCacheTest.cpp146 &Instance.getModuleCache()); in TEST_F()
190 &Instance.getModuleCache()); in TEST_F()
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp142 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
202 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateMultiplexConsumer()
281 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
287 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
304 CI.getModuleCache(),
347 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
976 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
H A DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DCompilerInstance.cpp208 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
256 Dir->path(), FileMgr, CI.getModuleCache(), in collectIncludePCH()
618 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
1169 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) { in __anonbe2026ac0502()
1230 &ImportingInstance.getModuleCache());
1727 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
H A DPrecompiledPreamble.cpp341 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
H A DFrontendAction.cpp799 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp191 getModuleCache().lookupPCM(FileName)) { in addModule()
195 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule()
216 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf)); in addModule()
H A DASTReader.cpp3321 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadASTBlock()
5007 auto &MC = getModuleManager().getModuleCache(); in readUnhashedControlBlockImpl()
5144 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in InitializeContext()
6497 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName);
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp290 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST()
293 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST()
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp151 PrebuiltModuleFilename, CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
160 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp246 &CI.getModuleCache()); in visitModuleFile()
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h899 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; }
894 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } getModuleCache() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp996 CI.getPreprocessor(), CI.getModuleCache(), in GetOutputStream()