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; variable4488 std::unique_ptr<TypoCorrectionConsumer> Consumer;4500 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,4517 std::unique_ptr<TypoCorrectionConsumer>
4581 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()4587 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()4593 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()4678 void TypoCorrectionConsumer::addNamespaces( in addNamespaces()4708 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection()4786 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups()4864 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet()4888 auto TypoCorrectionConsumer::NamespaceSpecifierSet::buildContextChain( in buildContextChain()4919 void TypoCorrectionConsumer::NamespaceSpecifierSet::addNameSpecifier( in addNameSpecifier()5035 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()[all …]
8411 const TypoCorrectionConsumer &Consumer, in attemptRecovery()