Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2214 unsigned CursorIndex = UINT_MAX; in FindCursorIndex() local
2221 CursorIndex = Indices[i]; in FindCursorIndex()
2225 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
2226 CursorIndex = i; in FindCursorIndex()
2229 return std::make_pair(CursorIndex, OffsetToEOL); in FindCursorIndex()
2296 unsigned CursorIndex; in sortCppIncludes() local
2300 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
2333 if (Cursor && CursorIndex == Index) in sortCppIncludes()