Searched refs:typeServerSourceMappings (Results 1 – 3 of 3) sorted by relevance
47 std::map<llvm::codeview::GUID, TpiSource *> typeServerSourceMappings; variable
60 auto it = ctx.typeServerSourceMappings.emplace(Guid, this); in TypeServerSource()418 auto it = ctx.typeServerSourceMappings.find(tsId); in getTypeServerSource()419 if (it != ctx.typeServerSourceMappings.end()) { in getTypeServerSource()
1257 print(ctx.typeServerSourceMappings.size(), "PDB type server dependencies"); in printStats()