Home | History | Annotate | Download | only in Sema

Lines Matching defs:Pending

628     // might lead to more pending template instantiations, which we then need
642 // Load pending instantiations from the external source.
643 SmallVector<PendingImplicitInstantiation, 4> Pending;
644 ExternalSource->ReadPendingInstantiations(Pending);
646 Pending.begin(), Pending.end());