Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:ReplacementRange

3628     CXSourceRange ReplacementRange;
3630 text = clang_getDiagnosticFixIt(D, i, &ReplacementRange);
3634 printLocation(clang_getRangeStart(ReplacementRange));
3636 printLocation(clang_getRangeEnd(ReplacementRange));