Lines Matching refs:DeclRefExprBits
488 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()
489 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()
490 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
491 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()
492 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
494 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
495 DeclRefExprBits.Loc = L; in DeclRefExpr()
508 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()
509 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()
513 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
516 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()
518 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
520 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
532 DeclRefExprBits.HadMultipleCandidates = 0; in DeclRefExpr()