Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h101 llvm::DenseMap<ModuleFile *, unsigned> ModulesByFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp298 = ModulesByFile.find(File); in getModuleDependencies()
299 if (Known == ModulesByFile.end()) in getModuleDependencies()
354 ModulesByFile[File] = Known->second; in loadedModuleFile()