/llvm-project/clang/unittests/Serialization/ |
H A D | ModuleCacheTest.cpp | 146 &Instance.getModuleCache()); in TEST_F() 190 &Instance.getModuleCache()); in TEST_F()
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 142 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 D | ChainedIncludesSource.cpp | 64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader() 141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
|
H A D | CompilerInstance.cpp | 208 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 D | PrecompiledPreamble.cpp | 341 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
|
H A D | FrontendAction.cpp | 799 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 191 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 D | ASTReader.cpp | 3321 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 D | FrontendActionTest.cpp | 290 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST() 293 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST()
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 151 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 D | FrontendActions.cpp | 246 &CI.getModuleCache()); in visitModuleFile()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 899 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } 894 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } getModuleCache() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 996 CI.getPreprocessor(), CI.getModuleCache(), in GetOutputStream()
|