Searched defs:ModCache (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GeneratePCH.cpp | 26 Preprocessor &PP, ModuleCache &ModCache, StringRef OutputFile, in PCHGenerator() 103 ModuleCache &ModCache, in CXX20ModulesGenerator()
|
| H A D | ModuleManager.cpp | 330 ModuleManager::ModuleManager(FileManager &FileMgr, ModuleCache &ModCache, in ModuleManager()
|
| H A D | ASTReader.cpp | 5703 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 D | ASTWriter.cpp | 5385 SmallVectorImpl<char> &Buffer, ModuleCache &ModCache, in ASTWriter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 68 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
|
| H A D | ASTWriter.h | 125 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 D | CompilerInstance.h | 104 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
|
| H A D | ASTUnit.h | 118 IntrusiveRefCntPtr<ModuleCache> ModCache; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 295 ModuleCache &ModCache, StringRef isysroot, in PrecompilePreambleConsumer()
|
| H A D | CompilerInstance.cpp | 71 ModuleCache *ModCache) in CompilerInstance() 626 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ModuleCache &ModCache, in createPCHExternalASTSource()
|
| H A D | ASTUnit.cpp | 2387 IntrusiveRefCntPtr<ModuleCache> ModCache = createCrossProcessModuleCache(); in serialize() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 413 auto ModCache = makeInProcessModuleCache(Service.getModuleCacheEntries()); in runInvocation() local
|