Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance
352 DeclRefExprBits.HasFoundDecl = false; in DeclRefExpr()380 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()452 bool HasFoundDecl, in CreateEmpty() argument459 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()
1071 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()1110 bool HasFoundDecl,
343 unsigned HasFoundDecl : 1; in alignas() local
546 E->DeclRefExprBits.HasFoundDecl = Record.readInt(); in VisitDeclRefExpr()