Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: true
/freebsd/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1104 bool AlwaysBreakBeforeMultilineStrings; member
5023 AlwaysBreakBeforeMultilineStrings ==
5024 R.AlwaysBreakBeforeMultilineStrings &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp947 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
1449 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
1647 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
1720 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1731 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1746 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1756 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
H A DContinuationIndenter.cpp497 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
H A DTokenAnnotator.cpp6098 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral()) in canBreakBefore()