Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3197 unsigned CursorIndex = std::numeric_limits<unsigned>::max(); in FindCursorIndex() local
3204 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() local
3281 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
3318 if (Cursor && CursorIndex == Index) in sortCppIncludes()