Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | SemaInternal.h | 109 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument 115 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer() 119 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
|
| HD | TypoCorrection.h | 201 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 202 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLookup.cpp | 4203 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 4221 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 4242 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 4265 TypoName.getLocStart()); in makeTypoCorrectionConsumer() 4270 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer() 4373 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 4388 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo() 4398 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 4400 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo() 4408 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|