Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaInternal.h85 class TypoCorrectionConsumer : public VisibleDeclConsumer {
91 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
H A DSema.h200 class TypoCorrectionConsumer; variable
4277 std::unique_ptr<TypoCorrectionConsumer> Consumer;
4289 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
4306 std::unique_ptr<TypoCorrectionConsumer>
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4551 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 …]
H A DSemaExprCXX.cpp8325 const TypoCorrectionConsumer &Consumer, in attemptRecovery()