Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Sema/ |
D | 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()
|
D | TypoCorrection.h | 201 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument 202 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4385 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument 4403 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 4424 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer() 4447 TypoName.getLocStart()); in makeTypoCorrectionConsumer() 4452 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer() 4555 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument 4570 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo() 4580 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 4582 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo() 4590 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo() [all …]
|