Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: true
/freebsd-14.2/
H A D.clang-format19 AlwaysBreakBeforeMultilineStrings: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1007 bool AlwaysBreakBeforeMultilineStrings; member
4785 AlwaysBreakBeforeMultilineStrings ==
4786 R.AlwaysBreakBeforeMultilineStrings &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp942 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
1437 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
1626 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
1699 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1710 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1725 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1735 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
H A DContinuationIndenter.cpp489 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
H A DTokenAnnotator.cpp5568 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral()) in canBreakBefore()