Searched refs:TypoCorrectionConsumer (Results 1 – 4 of 4) sorted by relevance
85 class TypoCorrectionConsumer : public VisibleDeclConsumer {91 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
201 class TypoCorrectionConsumer; variable4058 std::unique_ptr<TypoCorrectionConsumer> Consumer;4070 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,4087 std::unique_ptr<TypoCorrectionConsumer>
4250 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()4256 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()4262 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()4330 void TypoCorrectionConsumer::addNamespaces( in addNamespaces()4360 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection()4438 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups()4516 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet()4540 auto TypoCorrectionConsumer::NamespaceSpecifierSet::buildContextChain( in buildContextChain()4571 void TypoCorrectionConsumer::NamespaceSpecifierSet::addNameSpecifier( in addNameSpecifier()4690 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()[all …]
8070 const TypoCorrectionConsumer &Consumer, in attemptRecovery()