Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 88 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument 94 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 98 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
|
| H A D | TypoCorrection.h | 220 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 221 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5118 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 5135 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 5155 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 5178 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer() 5187 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer() 5261 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 5274 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5285 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 5286 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5295 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|