Home | History | Annotate | Download | only in Sema

Lines Matching refs:addName

3194   void addName(StringRef Name, NamedDecl *ND, unsigned Distance,
3250 addName(Name, NULL, Typo.edit_distance(Name, true, UpperBound));
3256 addName(Keyword, NULL, Typo.edit_distance(Keyword), NULL, true);
3259 void TypoCorrectionConsumer::addName(StringRef Name,