Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance
1666 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local1673 CursorIndex = Indices[i]; in FindCursorIndex()1677 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()1678 CursorIndex = i; in FindCursorIndex()1681 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()1711 unsigned CursorIndex; in sortCppIncludes() local1715 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()1744 if (Cursor && CursorIndex == Index) in sortCppIncludes()