Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2870 const unsigned IncludesBeginOffset = Includes.front().Offset; in sortCppIncludes() local
2873 const unsigned IncludesBlockSize = IncludesEndOffset - IncludesBeginOffset; in sortCppIncludes()
2874 if (!affectsRange(Ranges, IncludesBeginOffset, IncludesEndOffset)) in sortCppIncludes()
2938 *Cursor = IncludesBeginOffset + result.size() - CursorToEOLOffset; in sortCppIncludes()
2948 IncludesBeginOffset, IncludesBlockSize)))) { in sortCppIncludes()