Searched refs:getCorrectionRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h207 SourceRange getCorrectionRange() const { function in class:clang::TypoCorrection
/external/clang/lib/Sema/
H A DSemaLookup.cpp3721 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(),
4586 Correction.getCorrectionRange(), CorrectedStr);
4601 Diag(Correction.getCorrectionRange().getBegin(),
4609 Correction.getCorrectionRange().getBegin(), Owner);
4613 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag)
H A DSemaExpr.cpp4162 << TC.getCorrectionRange());
4198 << TC.getCorrectionRange());

Completed in 863 milliseconds