Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h243 bool AlwaysBreakBeforeMultilineStrings; member
375 AlwaysBreakBeforeMultilineStrings ==
376 R.AlwaysBreakBeforeMultilineStrings &&
/external/clang/unittests/Format/
DFormatTest.cpp4143 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() argument
4145 NoBreak.AlwaysBreakBeforeMultilineStrings = false; in TEST_F()
4147 Break.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
5204 Style.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp179 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
314 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
373 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
DContinuationIndenter.cpp146 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
/external/clang/docs/
DClangFormatStyleOptions.rst136 **AlwaysBreakBeforeMultilineStrings** (``bool``)