Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance
2263 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local2270 CursorIndex = Indices[i]; in FindCursorIndex()2274 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()2275 CursorIndex = i; in FindCursorIndex()2278 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()2345 unsigned CursorIndex; in sortCppIncludes() local2349 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()2382 if (Cursor && CursorIndex == Index) in sortCppIncludes()