Searched refs:TypoCorrectionConsumer (Results 1 – 4 of 4) sorted by relevance
125 class TypoCorrectionConsumer : public VisibleDeclConsumer {131 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
186 class TypoCorrectionConsumer; variable3161 std::unique_ptr<TypoCorrectionConsumer> Consumer;3173 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,3190 std::unique_ptr<TypoCorrectionConsumer>
3961 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()3967 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()3973 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()4041 void TypoCorrectionConsumer::addNamespaces( in addNamespaces()4071 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection()4149 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups()4227 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet()4251 auto TypoCorrectionConsumer::NamespaceSpecifierSet::buildContextChain( in buildContextChain()4282 void TypoCorrectionConsumer::NamespaceSpecifierSet::addNameSpecifier( in addNameSpecifier()4402 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()[all …]
7502 const TypoCorrectionConsumer &Consumer, in attemptRecovery()