Searched refs:DeclRefExprBits (Results 1 – 4 of 4) sorted by relevance
387 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()388 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()389 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()390 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()393 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()394 DeclRefExprBits.Loc = L; in DeclRefExpr()407 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()412 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()415 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()419 DeclRefExprBits.NonOdrUseReason = NOUR; in DeclRefExpr()[all …]
1240 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1290 SourceLocation getLocation() const { return DeclRefExprBits.Loc; } in getLocation()1291 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation()1297 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier()1330 return DeclRefExprBits.HasTemplateKWAndArgsInfo; in hasTemplateKWAndArgsInfo()1396 return DeclRefExprBits.HadMultipleCandidates; in hadMultipleCandidates()1402 DeclRefExprBits.HadMultipleCandidates = V;1407 return static_cast<NonOdrUseReason>(DeclRefExprBits.NonOdrUseReason); in isNonOdrUse()1413 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
1024 DeclRefExprBitfields DeclRefExprBits; in alignas() member
607 E->DeclRefExprBits.HasQualifier = Record.readInt(); in VisitDeclRefExpr()608 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()609 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record.readInt(); in VisitDeclRefExpr()610 E->DeclRefExprBits.HadMultipleCandidates = Record.readInt(); in VisitDeclRefExpr()611 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()612 E->DeclRefExprBits.NonOdrUseReason = Record.readInt(); in VisitDeclRefExpr()