Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4831 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 4848 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 4868 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 4891 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer() 4900 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer() 5005 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 5018 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5029 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 5030 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5039 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|