Lines Matching defs:Lookup
1280 // allows us to lookup the version that was emitted when this wasn't a
2510 llvm::Constant *&Lookup = AnnotationArgs[ID.ComputeHash()];
2511 if (Lookup)
2512 return Lookup;
2530 Lookup = Bitcasted;
3339 GlobalDecl ExistingDecl = Manglings.lookup(MangledName);
3497 // Lookup the entry, lazily creating it if necessary.
3694 for (const auto *Result : DC->lookup(&CII))
3709 for (const auto *Result : DC->lookup(&NS)) {
3712 for (const auto *Result : LSD->lookup(&NS))
3717 for (const auto *Result : ND->lookup(&CXXII))
3802 // Lookup the entry, lazily creating it if necessary.
5091 for (const auto *Result : DC->lookup(&II))