Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2832 bool MergeWithNextLine = Trimmed.endswith("\\"); in sortCppIncludes() local
2833 if (!FormattingOff && !MergeWithNextLine) { in sortCppIncludes()
2867 if (!MergeWithNextLine) in sortCppIncludes()