Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1666 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local
1673 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() local
1715 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
1744 if (Cursor && CursorIndex == Index) in sortCppIncludes()