Lines Matching full:lookups
1997 // FIXME: This probably also breaks HeaderFileInfo lookups on Windows.
6645 auto It = Lookups.find(DC);
6646 if (It == Lookups.end())
6668 auto It = Lookups.find(DC);
6669 assert(It != Lookups.end() &&
6689 auto I = Lookups.find(Primary);
6690 return I == Lookups.end() ? nullptr : &I->second;
6820 std::fprintf(stderr, " %u/%u method pool lookups succeeded (%f%%)\n",
6825 std::fprintf(stderr, " %u/%u method pool table lookups succeeded (%f%%)\n",
6833 " %u / %u identifier table lookups succeeded (%f%%)\n",
6964 // We don't need to do identifier table lookups in C++ modules (we preload
6966 // lookups). Perform the lookup in PCH files, though, since we don't build