Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
1255 return hasFoundDecl(); in numTrailingObjects()1264 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1344 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1350 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
607 if (E->hasFoundDecl()) in VisitDeclRefExpr()