Searched refs:DeclRefExprBits (Results 1 – 4 of 4) sorted by relevance
921 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()961 DeclRefExprBits.HasQualifier = 0; in Expr()962 DeclRefExprBits.HasTemplateKWAndArgsInfo = 0; in Expr()963 DeclRefExprBits.HasFoundDecl = 0; in Expr()964 DeclRefExprBits.HadMultipleCandidates = 0; in Expr()965 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in Expr()1007 bool hasQualifier() const { return DeclRefExprBits.HasQualifier; } in hasQualifier()1043 return DeclRefExprBits.HasTemplateKWAndArgsInfo; in hasTemplateKWAndArgsInfo()1145 return DeclRefExprBits.HadMultipleCandidates; in hadMultipleCandidates()1151 DeclRefExprBits.HadMultipleCandidates = V;[all …]
296 DeclRefExprBitfields DeclRefExprBits; in LLVM_ALIGNAS() member
432 E->DeclRefExprBits.HasQualifier = Record[Idx++]; in VisitDeclRefExpr()433 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()434 E->DeclRefExprBits.HasTemplateKWAndArgsInfo = Record[Idx++]; in VisitDeclRefExpr()435 E->DeclRefExprBits.HadMultipleCandidates = Record[Idx++]; in VisitDeclRefExpr()436 E->DeclRefExprBits.RefersToEnclosingVariableOrCapture = Record[Idx++]; in VisitDeclRefExpr()
332 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0; in DeclRefExpr()341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()344 DeclRefExprBits.HasTemplateKWAndArgsInfo in DeclRefExpr()346 DeclRefExprBits.RefersToEnclosingVariableOrCapture = in DeclRefExpr()362 DeclRefExprBits.HadMultipleCandidates = 0; in DeclRefExpr()