Home
last modified time | relevance | path

Searched refs:TypoName (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DSemaInternal.h97 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument
103 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
107 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
DTypoCorrection.h201 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument
202 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
/external/clang/lib/Sema/
DSemaLookup.cpp4058 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument
4076 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
4097 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
4120 TypoName.getLocStart()); in makeTypoCorrectionConsumer()
4125 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer()
4228 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
4243 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4253 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
4255 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo()
4263 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
[all …]