Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DeclRefExprBits

431   E->DeclRefExprBits.HasQualifier = Record[Idx++];
432 E->DeclRefExprBits.HasFoundDecl = Record[Idx++];
433 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++];
434 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++];
435 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];