Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance
3197 unsigned CursorIndex = std::numeric_limits<unsigned>::max(); in FindCursorIndex() local3204 CursorIndex = Indices[i]; in FindCursorIndex()3208 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()3209 CursorIndex = i; in FindCursorIndex()3212 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()3277 unsigned CursorIndex; in sortCppIncludes() local3281 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()3318 if (Cursor && CursorIndex == Index) in sortCppIncludes()