Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2698 unsigned CursorToEOLOffset; in sortCppIncludes() local
2700 std::tie(CursorIndex, CursorToEOLOffset) = in sortCppIncludes()
2737 *Cursor = IncludesBeginOffset + result.size() - CursorToEOLOffset; in sortCppIncludes()