Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A 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()
|
| H A D | TypoCorrection.h | 220 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 221 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5173 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 5193 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 5216 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer() 5354 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 5364 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() 5371 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() 5376 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() 5398 TC.setCorrectionRange(SS, TypoName); in CorrectTypo() 5417 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo() 5491 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() [all …]
|