Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h195 bool AlwaysBreakBeforeMultilineStrings; member
652 AlwaysBreakBeforeMultilineStrings ==
653 R.AlwaysBreakBeforeMultilineStrings &&
/external/webrtc/
D.clang-format16 AlwaysBreakBeforeMultilineStrings: false
/external/skia/
D.clang-format30 AlwaysBreakBeforeMultilineStrings: true
121 AlwaysBreakBeforeMultilineStrings: true
/external/ComputeLibrary/
D.clang-format16 AlwaysBreakBeforeMultilineStrings: 'true'
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format16 AlwaysBreakBeforeMultilineStrings: false
/external/libsrtp2/
D.clang-format19 AlwaysBreakBeforeMultilineStrings: false
/external/libkmsxx/
D.clang-format17 AlwaysBreakBeforeMultilineStrings: false
/external/jsmn/
D.clang-format19 AlwaysBreakBeforeMultilineStrings: false
/external/swiftshader/
D.clang-format19 AlwaysBreakBeforeMultilineStrings: true
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format19 AlwaysBreakBeforeMultilineStrings: false
/external/OpenCL-CTS/
D.clang-format21 AlwaysBreakBeforeMultilineStrings: false
/external/libaom/libaom/
D.clang-format19 AlwaysBreakBeforeMultilineStrings: true
/external/libvpx/libvpx/
D.clang-format20 AlwaysBreakBeforeMultilineStrings: true
/external/libwebm/
D.clang-format20 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/deqp/external/openglcts/
D.clang-format41 AlwaysBreakBeforeMultilineStrings: false
/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``)