Searched refs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance
342 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()414 bool HasFoundDecl, in CreateEmpty() argument421 HasQualifier ? 1 : 0, HasFoundDecl ? 1 : 0, HasTemplateKWAndArgsInfo, in CreateEmpty()
961 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl()988 DeclRefExprBits.HasFoundDecl = 0; in Expr()1013 bool HasFoundDecl,
176 unsigned HasFoundDecl : 1; in LLVM_ALIGNAS() local
457 E->DeclRefExprBits.HasFoundDecl = Record[Idx++]; in VisitDeclRefExpr()