Searched refs:TypoName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5210 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 5227 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 5247 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 5270 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer() 5279 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer() 5353 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 5366 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5377 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 5379 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT, in CorrectTypo() 5387 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|