Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h88 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 DSemaLookup.cpp5118 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument
5135 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
5155 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
5178 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer()
5187 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer()
5261 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
5274 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5285 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
5286 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5295 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
[all …]