Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2669 const unsigned IncludesBeginOffset = Includes.front().Offset; in sortCppIncludes() local
2672 const unsigned IncludesBlockSize = IncludesEndOffset - IncludesBeginOffset; in sortCppIncludes()
2673 if (!affectsRange(Ranges, IncludesBeginOffset, IncludesEndOffset)) in sortCppIncludes()
2737 *Cursor = IncludesBeginOffset + result.size() - CursorToEOLOffset; in sortCppIncludes()
2747 IncludesBeginOffset, IncludesBlockSize)))) { in sortCppIncludes()