Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclRefExprBits

350   DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
356 DeclRefExprBits.HasTemplateKWAndArgsInfo
358 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
372 DeclRefExprBits.HadMultipleCandidates = 0;