Home
last modified time | relevance | path

Searched refs:SharedModuleCache (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp62 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() argument
63 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
65 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h185 InMemoryModuleCache *SharedModuleCache = nullptr);