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

Lines Matching refs:ReplacementRange

3971     CXSourceRange ReplacementRange;
3973 text = clang_getDiagnosticFixIt(D, i, &ReplacementRange);
3977 printLocation(clang_getRangeStart(ReplacementRange));
3979 printLocation(clang_getRangeEnd(ReplacementRange));