Searched refs:DeclRefExprBits (Results 1 – 4 of 4) sorted by relevance
405 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()406 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()407 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()408 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()411 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()412 DeclRefExprBits.Loc = L; in DeclRefExpr()425 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()430 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()433 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()437 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()[all …]
1253 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1303 SourceLocation getLocation() const { return DeclRefExprBits.Loc; } in getLocation()1304 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation()1310 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier()1343 return DeclRefExprBits.HasTemplateKWAndArgsInfo; in hasTemplateKWAndArgsInfo()1409 return DeclRefExprBits.HadMultipleCandidates; in hadMultipleCandidates()1415 DeclRefExprBits.HadMultipleCandidates = V;1420 return static_cast<NonOdrUseReason>(DeclRefExprBits.NonOdrUseReason); in isNonOdrUse()1426 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
1027 DeclRefExprBitfields DeclRefExprBits; in alignas() member
592 E->DeclRefExprBits.HasQualifier = Record.readInt(); in VisitDeclRefExpr()593 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()594 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record.readInt(); in VisitDeclRefExpr()595 E->DeclRefExprBits.HadMultipleCandidates = Record.readInt(); in VisitDeclRefExpr()596 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()597 E->DeclRefExprBits.NonOdrUseReason = Record.readInt(); in VisitDeclRefExpr()