Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance
276 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()348 bool HasFoundDecl, in CreateEmpty() argument354 if (HasFoundDecl) in CreateEmpty()
784 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()826 DeclRefExprBits.HasFoundDecl = 0; in Expr()855 bool HasFoundDecl,
196 unsigned HasFoundDecl : 1; variable
342 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()