Home | History | Annotate | Download | only in Serialization

Lines Matching full:tentativedefinitions

4075   // TentativeDefinitions order.  Generally, this record will be empty for
4077 RecordData TentativeDefinitions;
4078 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions);
4379 if (!TentativeDefinitions.empty())
4380 Stream.EmitRecord(TENTATIVE_DEFINITIONS, TentativeDefinitions);