Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
1062 return hasFoundDecl(); in numTrailingObjects()1071 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1152 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1158 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
558 if (E->hasFoundDecl()) in VisitDeclRefExpr()