Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3025 bool MergeWithNextLine = Trimmed.endswith("\\"); in sortCppIncludes() local
3026 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
3060 if (!MergeWithNextLine) in sortCppIncludes()