Searched refs:getModuleCache (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 141 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer() 201 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateMultiplexConsumer() 280 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer() 285 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer() 301 CI.getModuleCache(), in CreateASTConsumer() 344 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction() 966 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 | 206 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader() 254 Dir->path(), FileMgr, CI.getModuleCache(), in collectIncludePCH() 617 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 1174 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) { 1235 &ImportingInstance.getModuleCache()); 1734 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 | 800 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 894 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1039 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3143 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock() 4766 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore() 4902 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock() 6232 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
|