Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance
2995 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local3002 CursorIndex = Indices[i]; in FindCursorIndex()3006 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()3007 CursorIndex = i; in FindCursorIndex()3010 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()3075 unsigned CursorIndex; in sortCppIncludes() local3079 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()3115 if (Cursor && CursorIndex == Index) in sortCppIncludes()