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.h1124 bool AlwaysBreakBeforeMultilineStrings; member
5357 AlwaysBreakBeforeMultilineStrings ==
5358 R.AlwaysBreakBeforeMultilineStrings &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1018 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
1537 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
1746 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
1822 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1833 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1848 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1858 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
H A DContinuationIndenter.cpp523 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
H A DTokenAnnotator.cpp6278 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral()) in canBreakBefore()