Home | History | Annotate | Download | only in Sema

Lines Matching defs:addName

3315   void addName(StringRef Name, NamedDecl *ND, unsigned Distance,
3376 addName(Name, NULL, Typo.edit_distance(Name, true, UpperBound));
3382 addName(Keyword, NULL, Typo.edit_distance(Keyword), NULL, true);
3385 void TypoCorrectionConsumer::addName(StringRef Name,