Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h195 bool AlwaysBreakBeforeMultilineStrings; member
652 AlwaysBreakBeforeMultilineStrings ==
653 R.AlwaysBreakBeforeMultilineStrings &&
/external/jsoncpp/
D.clang-format11 AlwaysBreakBeforeMultilineStrings: false
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format16 AlwaysBreakBeforeMultilineStrings: false
/external/libvpx/libvpx/
D.clang-format20 AlwaysBreakBeforeMultilineStrings: true
/external/skia/
D.clang-format27 AlwaysBreakBeforeMultilineStrings: true
/external/clang/lib/Format/
DFormat.cpp282 Style.AlwaysBreakBeforeMultilineStrings); in mapping()
505 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false; in getLLVMStyle()
581 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true; in getGoogleStyle()
604 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
613 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false; in getGoogleStyle()
DContinuationIndenter.cpp195 if (Style.AlwaysBreakBeforeMultilineStrings && in mustBreak()
/external/clang/unittests/Format/
DFormatTest.cpp5000 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { in TEST_F() argument
5002 NoBreak.AlwaysBreakBeforeMultilineStrings = false; in TEST_F()
5004 Break.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
6291 Style.AlwaysBreakBeforeMultilineStrings = true; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst311 **AlwaysBreakBeforeMultilineStrings** (``bool``)