reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLookup.cpp
 4985             ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC,
 4996   IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo();
 4997   auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC,
 5006     return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5013     return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5018     return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5026     return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5037       return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5040     TC.setCorrectionRange(SS, TypoName);
 5057       return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5059     BestTC.setCorrectionRange(SS, TypoName);
 5066   return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC);