Lines Matching refs:DeclRefExprBits
426 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()
427 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()
428 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()
429 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()
430 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
432 DeclRefExprBits.CapturedByCopyInLambdaWithExplicitObjectParameter = false; in DeclRefExpr()
433 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
434 DeclRefExprBits.IsImmediateEscalating = false; in DeclRefExpr()
435 DeclRefExprBits.Loc = L; in DeclRefExpr()
448 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()
449 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()
453 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
456 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()
458 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()
460 DeclRefExprBits.CapturedByCopyInLambdaWithExplicitObjectParameter = false; in DeclRefExpr()
461 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()
473 DeclRefExprBits.IsImmediateEscalating = false; in DeclRefExpr()
474 DeclRefExprBits.HadMultipleCandidates = 0; in DeclRefExpr()