Searched refs:Lookups (Results 1 – 14 of 14) sorted by relevance
40 private final Lookups lookups;48 EncounterImpl(Errors errors, Lookups lookups) { in EncounterImpl()
30 interface Lookups { interface
35 final class DeferredLookups implements Lookups {
67 final class InjectorImpl implements Injector, Lookups {126 Lookups lookups = new DeferredLookups(this);
23 from Lookups import *
8887 static T filterLookupForUDR(SmallVectorImpl<UnresolvedSet<8>> &Lookups, in filterLookupForUDR() argument8889 for (auto &Set : Lookups) { in filterLookupForUDR()8905 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local8916 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()8917 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()8922 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()8926 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()8928 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()8934 filterLookupForUDR<bool>(Lookups, [](ValueDecl *D) -> bool { in buildDeclareReductionRef()8941 for (auto &Set : Lookups) { in buildDeclareReductionRef()[all …]
263 Caching Lookups
6647 auto It = Lookups.find(DC); in FindExternalVisibleDeclsByName()6648 if (It == Lookups.end()) in FindExternalVisibleDeclsByName()6670 auto It = Lookups.find(DC); in completeVisibleDeclsMap()6671 assert(It != Lookups.end() && in completeVisibleDeclsMap()6691 auto I = Lookups.find(Primary); in getLoadedLookupTables()6692 return I == Lookups.end() ? nullptr : &I->second; in getLoadedLookupTables()
1567 assert(Reader.Lookups.find(MergeDD.Definition) == Reader.Lookups.end() && in MergeDefinitionData()3528 Lookups[DC].Table.add( in loadDeclUpdateRecords()
3701 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local3702 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
513 serialization::reader::DeclContextLookupTable> Lookups; variable
62 Lookups search the underlying mappings successively until a key is found. In
750 * Lookups should be very fast
806 * Lookups should be very fast