Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DeclRefExprBits

341   E->DeclRefExprBits.HasQualifier = Record[Idx++];
342 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
343 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
344 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
345 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];