Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2404 bool MergeWithNextLine = Trimmed.endswith("\\"); in sortCppIncludes() local
2405 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2430 if (!MergeWithNextLine) in sortCppIncludes()