Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3242 bool MergeWithNextLine = Trimmed.ends_with("\\"); in sortCppIncludes() local
3243 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
3278 if (!MergeWithNextLine) in sortCppIncludes()