Searched refs:AlwaysBreakBeforeMultilineStrings (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1007 bool AlwaysBreakBeforeMultilineStrings; member in namespace:clang::format
4785 AlwaysBreakBeforeMultilineStrings ==
4786 R.AlwaysBreakBeforeMultilineStrings &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp941 IO.mapOptional("AlwaysBreakBeforeMultilineStrings",
942 Style.AlwaysBreakBeforeMultilineStrings);
1437 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false;
1626 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true;
1699 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
1710 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
1725 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
1735 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
H A DContinuationIndenter.cpp489 if (Style.AlwaysBreakBeforeMultilineStrings &&
2778 // AlwaysBreakBeforeMultilineStrings implementation as they are special-cased
H A DTokenAnnotator.cpp5568 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral())

Completed in 191 milliseconds