Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
952 return hasFoundDecl() ? 1 : 0; in numTrailingObjects()961 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1055 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1061 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
470 if (E->hasFoundDecl()) in VisitDeclRefExpr()