Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h99 llvm::DenseMap<ModuleFile *, unsigned> ModulesByFile; variable
/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp288 = ModulesByFile.find(File); in getModuleDependencies()
289 if (Known == ModulesByFile.end()) in getModuleDependencies()
344 ModulesByFile[File] = Known->second; in loadedModuleFile()