Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance
921 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()963 DeclRefExprBits.HasFoundDecl = 0; in Expr()988 bool HasFoundDecl,
213 unsigned HasFoundDecl : 1; in LLVM_ALIGNAS() local
341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()415 bool HasFoundDecl, in CreateEmpty() argument421 if (HasFoundDecl) in CreateEmpty()
433 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()