Home
last modified time | relevance | path

Searched refs:TypoCorrectionConsumer (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp3146 class TypoCorrectionConsumer : public VisibleDeclConsumer { class
3160 explicit TypoCorrectionConsumer(Sema &SemaRef, IdentifierInfo *Typo) in TypoCorrectionConsumer() function in __anonb72703d70411::TypoCorrectionConsumer
3200 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl()
3216 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()
3232 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
3238 void TypoCorrectionConsumer::addName(StringRef Name, in addName()
3248 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection()
3525 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()
3738 TypoCorrectionConsumer Consumer(*this, Typo); in CorrectTypo()
3878 TypoCorrectionConsumer::distance_iterator DI = Consumer.begin(); in CorrectTypo()
[all …]