Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormat.cpp2108 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local
2115 CursorIndex = Indices[i]; in FindCursorIndex()
2119 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
2120 CursorIndex = i; in FindCursorIndex()
2123 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()
2177 unsigned CursorIndex; in sortCppIncludes() local
2181 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
2214 if (Cursor && CursorIndex == Index) in sortCppIncludes()