Lines Matching refs:DeclRefExprBits
387 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()
388 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()
389 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
390 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()
391 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
393 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
394 DeclRefExprBits.Loc = L; in DeclRefExpr()
407 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()
408 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()
412 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
415 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()
417 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
419 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
431 DeclRefExprBits.HadMultipleCandidates = 0; in DeclRefExpr()