Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h125 class TypoCorrectionConsumer : public VisibleDeclConsumer {
131 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
H A DSema.h186 class TypoCorrectionConsumer; variable
3161 std::unique_ptr<TypoCorrectionConsumer> Consumer;
3173 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,
3190 std::unique_ptr<TypoCorrectionConsumer>
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3961 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName()
3967 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult()
3973 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()
4041 void TypoCorrectionConsumer::addNamespaces( in addNamespaces()
4071 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection()
4149 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups()
4227 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet()
4251 auto TypoCorrectionConsumer::NamespaceSpecifierSet::buildContextChain( in buildContextChain()
4282 void TypoCorrectionConsumer::NamespaceSpecifierSet::addNameSpecifier( in addNameSpecifier()
4402 TypoCorrectionConsumer &Consumer, in AddKeywordsToConsumer()
[all …]
H A DSemaExprCXX.cpp7502 const TypoCorrectionConsumer &Consumer, in attemptRecovery()