Searched refs:hasFoundDecl (Results 1 – 4 of 4) 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()
1234 return hasFoundDecl(); in numTrailingObjects()1243 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1323 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1329 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()
609 if (E->hasFoundDecl()) in VisitDeclRefExpr()
470 if (E->hasFoundDecl()) in VisitDeclRefExpr()