Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h191 InMemoryModuleCache *SharedModuleCache = nullptr);
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp60 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() argument
61 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
63 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()