Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h750 bool AlwaysBreakBeforeMultilineStrings; member
3874 AlwaysBreakBeforeMultilineStrings ==
3875 R.AlwaysBreakBeforeMultilineStrings &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestTextProto.cpp156 Style.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
H A DFormatTestObjC.cpp1370 TEST_F(FormatTestObjC, AlwaysBreakBeforeMultilineStrings) { in TEST_F() argument
H A DFormatTest.cpp9109 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() argument
9111 NoBreak.AlwaysBreakBeforeMultilineStrings = false; in TEST_F()
9113 Break.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
12161 Style.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
12510 BreakBeforeLambdaBody.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp689 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
1205 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
1373 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
1444 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1455 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1470 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
1480 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
H A DContinuationIndenter.cpp456 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
H A DTokenAnnotator.cpp4752 if (!Style.AlwaysBreakBeforeMultilineStrings && Right.isStringLiteral()) in canBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1244 **AlwaysBreakBeforeMultilineStrings** (``Boolean``) :versionbadge:`clang-format 3.4`