Home
last modified time | relevance | path

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

/freebsd-14.2/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
4488 std::unique_ptr<TypoCorrectionConsumer> Consumer;
4500 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4517 std::unique_ptr<TypoCorrectionConsumer>
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4581 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 …]
H A DSemaExprCXX.cpp8411 const TypoCorrectionConsumer &Consumer, in attemptRecovery()