Searched refs:hasFoundDecl (Results 1 – 4 of 4) sorted by relevance
1282 return hasFoundDecl(); in numTrailingObjects()1291 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1371 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1377 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()3213 return hasFoundDecl(); in numTrailingObjects()3220 bool hasFoundDecl() const { return MemberExprBits.HasFoundDecl; } in hasFoundDecl() function3275 if (!hasFoundDecl()) in getFoundDecl()
976 bool HasFoundDecl = E->hasFoundDecl(); in VisitMemberExpr()
622 if (E->hasFoundDecl()) in VisitDeclRefExpr()
1740 if (hasFoundDecl()) in MemberExpr()