Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DeclRefExprBits

348   E->DeclRefExprBits.HasQualifier = Record[Idx++];
349 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
350 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
351 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
352 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];