Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
946 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function951 assert(hasFoundDecl()); in getInternalFoundDecl()1058 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1064 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1076 if (hasFoundDecl()) { in getTemplateKWAndArgsInfo()
465 if (E->hasFoundDecl()) in VisitDeclRefExpr()