Searched refs:ModulesByFile (Results 1 - 2 of 2) sorted by path

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h102 llvm::DenseMap<ModuleFile *, unsigned> ModulesByFile; member in class:clang::GlobalModuleIndex
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp281 = ModulesByFile.find(File);
282 if (Known == ModulesByFile.end())
337 ModulesByFile[File] = Known->second;

Completed in 236 milliseconds