Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2995 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local
3002 CursorIndex = Indices[i]; in FindCursorIndex()
3006 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
3007 CursorIndex = i; in FindCursorIndex()
3010 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()
3075 unsigned CursorIndex; in sortCppIncludes() local
3079 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
3115 if (Cursor && CursorIndex == Index) in sortCppIncludes()