Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
1265 return hasFoundDecl(); in numTrailingObjects()1274 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1354 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1360 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
622 if (E->hasFoundDecl()) in VisitDeclRefExpr()