Searched refs:TypoCorrectionConsumer (Results 1 – 4 of 4) sorted by relevance
85 class TypoCorrectionConsumer : public VisibleDeclConsumer {91 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
200 class TypoCorrectionConsumer; variable4277 std::unique_ptr<TypoCorrectionConsumer> Consumer;4289 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,4306 std::unique_ptr<TypoCorrectionConsumer>
4551 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()4557 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()4563 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()4648 void TypoCorrectionConsumer::addNamespaces( in addNamespaces()4678 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection()4756 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups()4834 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet()4858 auto TypoCorrectionConsumer::NamespaceSpecifierSet::buildContextChain( in buildContextChain()4889 void TypoCorrectionConsumer::NamespaceSpecifierSet::addNameSpecifier( in addNameSpecifier()5005 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()[all …]
8325 const TypoCorrectionConsumer &Consumer, in attemptRecovery()