Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance
2817 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local2824 CursorIndex = Indices[i]; in FindCursorIndex()2828 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()2829 CursorIndex = i; in FindCursorIndex()2832 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()2897 unsigned CursorIndex; in sortCppIncludes() local2901 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()2937 if (Cursor && CursorIndex == Index) in sortCppIncludes()