Lines Matching refs:DeclRefExprBits
405 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()
406 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()
407 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
408 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()
409 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
411 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
412 DeclRefExprBits.Loc = L; in DeclRefExpr()
425 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()
426 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()
430 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
433 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()
435 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
437 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
449 DeclRefExprBits.HadMultipleCandidates = 0; in DeclRefExpr()