Searched refs:TypoName (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/Sema/ |
D | SemaInternal.h | 92 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument 98 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 102 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
|
D | TypoCorrection.h | 220 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 221 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 110 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument 116 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 120 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
|
D | TypoCorrection.h | 207 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 208 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4467 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 4485 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 4506 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 4529 TypoName.getLocStart()); in makeTypoCorrectionConsumer() 4534 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer() 4637 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 4652 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo() 4662 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 4664 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo() 4672 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 4782 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 4799 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 4819 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 4842 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer() 4851 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer() 4956 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 4969 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 4980 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 4981 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 4990 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|