Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
1231 return hasFoundDecl(); in numTrailingObjects()1240 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1320 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1326 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
621 if (E->hasFoundDecl()) in VisitDeclRefExpr()