Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Lookups

3499   // FIXME: We need to build the lookups table, which is logically const.
3536 // lookups into a decl context as an optimization, today we *have* to skip
3542 // here by omitting lookups with empty results.
3621 // results of these lookups because we only want to use the results after all
3665 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr;
3666 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);