Searched refs:hasFoundDecl (Results 1 – 2 of 2) sorted by relevance
892 bool hasFoundDecl() const { return DeclRefExprBits.HasFoundDecl; } in hasFoundDecl() function897 assert(hasFoundDecl()); in getInternalFoundDecl()1008 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1014 return hasFoundDecl() ? getInternalFoundDecl() : D; in getFoundDecl()1026 if (hasFoundDecl()) in getTemplateKWAndArgsInfo()
446 if (E->hasFoundDecl()) in VisitDeclRefExpr()