Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3081 const unsigned IncludesBeginOffset = Includes.front().Offset; in sortCppIncludes() local
3084 const unsigned IncludesBlockSize = IncludesEndOffset - IncludesBeginOffset; in sortCppIncludes()
3085 if (!affectsRange(Ranges, IncludesBeginOffset, IncludesEndOffset)) in sortCppIncludes()
3150 *Cursor = IncludesBeginOffset + result.size() - CursorToEOLOffset; in sortCppIncludes()
3160 IncludesBeginOffset, IncludesBlockSize)))) { in sortCppIncludes()