Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
881 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function886 assert(hasFoundDecl()); in getInternalFoundDecl()997 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1003 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1015 if (hasFoundDecl()) in getTemplateKWAndArgsInfo()
361 if (E->hasFoundDecl()) in VisitDeclRefExpr()