Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h861 bool AlwaysBreakBeforeMultilineStrings; member
3410 AlwaysBreakBeforeMultilineStrings ==
3411 R.AlwaysBreakBeforeMultilineStrings &&
/freebsd-13.1/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp592 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
1002 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
1159 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
1230 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1241 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1256 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1266 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
H A DContinuationIndenter.cpp437 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
H A DTokenAnnotator.cpp4083 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral()) in canBreakBefore()