Home | History | Annotate | Download | only in Format

Lines Matching refs:Cursor

1741                          tooling::Replacements &Replaces, unsigned *Cursor) {
1772 if (Cursor && !CursorMoved) {
1775 if (*Cursor >= Start && *Cursor < End) {
1776 *Cursor = Includes.front().Offset + result.size() + *Cursor - End;
1794 StringRef FileName, unsigned *Cursor) {
1861 Cursor);
1872 sortIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor);