Searched refs:TypoCorrectionConsumer (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/include/clang/Sema/ |
D | SemaInternal.h | 85 class TypoCorrectionConsumer : public VisibleDeclConsumer { 91 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
|
D | Sema.h | 198 class TypoCorrectionConsumer; variable 3897 std::unique_ptr<TypoCorrectionConsumer> Consumer; 3909 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, 3926 std::unique_ptr<TypoCorrectionConsumer>
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 103 class TypoCorrectionConsumer : public VisibleDeclConsumer { 109 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() function
|
D | Sema.h | 176 class TypoCorrectionConsumer; variable 2794 std::unique_ptr<TypoCorrectionConsumer> Consumer; 2806 TypoExpr *createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC, 2823 std::unique_ptr<TypoCorrectionConsumer>
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3854 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl() 3876 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() 3882 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult() 3888 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName() 3911 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() 3956 void TypoCorrectionConsumer::addNamespaces( in addNamespaces() 3986 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() 4014 bool TypoCorrectionConsumer::resolveCorrection(TypoCorrection &Candidate) { in resolveCorrection() 4064 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups() 4142 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet() [all …]
|
D | SemaExprCXX.cpp | 6678 const TypoCorrectionConsumer &Consumer, in attemptRecovery()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 4170 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl() 4191 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() 4197 void TypoCorrectionConsumer::addKeywordResult(StringRef Keyword) { in addKeywordResult() 4203 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName() 4226 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() 4271 void TypoCorrectionConsumer::addNamespaces( in addNamespaces() 4301 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() 4329 bool TypoCorrectionConsumer::resolveCorrection(TypoCorrection &Candidate) { in resolveCorrection() 4379 void TypoCorrectionConsumer::performQualifiedLookups() { in performQualifiedLookups() 4457 TypoCorrectionConsumer::NamespaceSpecifierSet::NamespaceSpecifierSet( in NamespaceSpecifierSet() [all …]
|
D | SemaExprCXX.cpp | 7918 const TypoCorrectionConsumer &Consumer, in attemptRecovery()
|