Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance
892 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()934 DeclRefExprBits.HasFoundDecl = 0; in Expr()963 bool HasFoundDecl,
213 unsigned HasFoundDecl : 1; variable
378 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()450 bool HasFoundDecl, in CreateEmpty() argument456 if (HasFoundDecl) in CreateEmpty()
434 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()