Lines Matching refs:Cursor
1665 const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) { in FindCursorIndex() argument
1671 if (!(Cursor >= Start && Cursor < End)) in FindCursorIndex()
1674 OffsetToEOL = End - Cursor; in FindCursorIndex()
1694 tooling::Replacements &Replaces, unsigned *Cursor) { in sortCppIncludes() argument
1714 if (Cursor) in sortCppIncludes()
1716 FindCursorIndex(Includes, Indices, *Cursor); in sortCppIncludes()
1744 if (Cursor && CursorIndex == Index) in sortCppIncludes()
1745 *Cursor = IncludesBeginOffset + result.size() - CursorToEOLOffset; in sortCppIncludes()
1770 unsigned *Cursor) { in sortCppIncludes() argument
1817 Cursor); in sortCppIncludes()
1828 sortCppIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortCppIncludes()
1986 StringRef FileName, unsigned *Cursor) { in sortIncludes() argument
1999 sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor); in sortIncludes()