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

References

tools/clang/lib/Sema/SemaLookup.cpp
 5006     return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5011   unsigned TypoLen = Typo->getName().size();
 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);
 5057       return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
 5066   return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC);