Home | History | Annotate | Download | only in Serialization

Lines Matching defs:TentativeDefinitions

3581   // TentativeDefinitions order.  Generally, this record will be empty for
3583 RecordData TentativeDefinitions;
3584 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions);
3855 if (!TentativeDefinitions.empty())
3856 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions);