Searched refs:DeclRefExprBits (Results 1 – 4 of 4) sorted by relevance
350 DeclRefExprBits.HasQualifier = false; in DeclRefExpr()351 DeclRefExprBits.HasTemplateKWAndArgsInfo = false; in DeclRefExpr()352 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()353 DeclRefExprBits.HadMultipleCandidates = false; in DeclRefExpr()354 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()356 DeclRefExprBits.Loc = L; in DeclRefExpr()369 DeclRefExprBits.Loc = NameInfo.getLoc(); in DeclRefExpr()370 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()380 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()383 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()[all …]
1071 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1122 SourceLocation getLocation() const { return DeclRefExprBits.Loc; } in getLocation()1123 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation()1129 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier()1162 return DeclRefExprBits.HasTemplateKWAndArgsInfo; in hasTemplateKWAndArgsInfo()1228 return DeclRefExprBits.HadMultipleCandidates; in hadMultipleCandidates()1234 DeclRefExprBits.HadMultipleCandidates = V;1240 return DeclRefExprBits.RefersToEnclosingVariableOrCapture; in refersToEnclosingVariableOrCapture()
906 DeclRefExprBitfields DeclRefExprBits; in alignas() member
545 E->DeclRefExprBits.HasQualifier = Record.readInt(); in VisitDeclRefExpr()546 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()547 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record.readInt(); in VisitDeclRefExpr()548 E->DeclRefExprBits.HadMultipleCandidates = Record.readInt(); in VisitDeclRefExpr()549 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record.readInt(); in VisitDeclRefExpr()