Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2453 bool MergeWithNextLine = Trimmed.endswith("\\"); in sortCppIncludes() local
2454 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2479 if (!MergeWithNextLine) in sortCppIncludes()