Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp141 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 DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DCompilerInstance.cpp206 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 DPrecompiledPreamble.cpp341 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
H A DFrontendAction.cpp800 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h894 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1039 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3143 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()