Home
last modified time | relevance | path

Searched defs:ModCache (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, ModuleCache &ModCache, StringRef OutputFile, in PCHGenerator()
103 ModuleCache &ModCache, in CXX20ModulesGenerator()
H A DModuleManager.cpp330 ModuleManager::ModuleManager(FileManager &FileMgr, ModuleCache &ModCache, in ModuleManager()
H A DASTReader.cpp5703 StringRef Filename, FileManager &FileMgr, const ModuleCache &ModCache, in readASTFileControlBlock()
6017 StringRef Filename, FileManager &FileMgr, const ModuleCache &ModCache, in isAcceptableASTFile()
10989 ASTReader::ASTReader(Preprocessor &PP, ModuleCache &ModCache, in ASTReader()
H A DASTWriter.cpp5385 SmallVectorImpl<char> &Buffer, ModuleCache &ModCache, in ASTWriter()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h68 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
H A DASTWriter.h125 ModuleCache &ModCache; variable
1030 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() argument
1043 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() argument
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h104 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
H A DASTUnit.h118 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp295 ModuleCache &ModCache, StringRef isysroot, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp71 ModuleCache *ModCache) in CompilerInstance()
626 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ModuleCache &ModCache, in createPCHExternalASTSource()
H A DASTUnit.cpp2387 IntrusiveRefCntPtr<ModuleCache> ModCache = createCrossProcessModuleCache(); in serialize() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp413 auto ModCache = makeInProcessModuleCache(Service.getModuleCacheEntries()); in runInvocation() local