Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h85 class TypoCorrectionConsumer : public VisibleDeclConsumer {
91 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
H A DSema.h201 class TypoCorrectionConsumer; variable
4058 std::unique_ptr<TypoCorrectionConsumer> Consumer;
4070 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4087 std::unique_ptr<TypoCorrectionConsumer>
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4250 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 …]
H A DSemaExprCXX.cpp8070 const TypoCorrectionConsumer &Consumer, in attemptRecovery()