Home
last modified time | relevance | path

Searched refs:CursorIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2616 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local
2623 CursorIndex = Indices[i]; in FindCursorIndex()
2627 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
2628 CursorIndex = i; in FindCursorIndex()
2631 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()
2696 unsigned CursorIndex; in sortCppIncludes() local
2700 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
2736 if (Cursor && CursorIndex == Index) in sortCppIncludes()