Searched refs:hasFoundDecl (Results 1 – 4 of 4) sorted by relevance
1285 return hasFoundDecl(); in numTrailingObjects()1294 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function1380 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()1386 return hasFoundDecl() ? *getTrailingObjects<NamedDecl *>() : D; in getFoundDecl()3311 return hasFoundDecl(); in numTrailingObjects()3318 bool hasFoundDecl() const { return MemberExprBits.HasFoundDecl; } in hasFoundDecl() function3373 if (!hasFoundDecl()) in getFoundDecl()
994 bool HasFoundDecl = E->hasFoundDecl(); in VisitMemberExpr()
629 if (E->hasFoundDecl()) in VisitDeclRefExpr()
1735 if (hasFoundDecl()) in MemberExpr()