Home
last modified time | relevance | path

Searched refs:BreakBeforeBraces (Results 1 – 13 of 13) sorted by relevance

/external/minijail/
D.clang-format4 BreakBeforeBraces: Linux
/external/wpa_supplicant_8/wpa_supplicant/hidl/
D.clang-format4 BreakBeforeBraces: Mozilla
/external/Microsoft-GSL/
D.clang-format8 BreakBeforeBraces: Allman
/external/clang/unittests/Format/
DFormatTest.cpp2398 Style.BreakBeforeBraces = BraceStyle; in TEST_F()
2406 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
2428 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
2438 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
2448 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2483 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
3963 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
4982 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9511 LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
9552 MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in TEST_F()
[all …]
/external/clang/include/clang/Format/
DFormat.h248 BraceBreakingStyle BreakBeforeBraces; member
659 BreakBeforeBraces == R.BreakBeforeBraces &&
/external/autotest/client/site_tests/graphics_Gralloc/src/
D.clang-format9 BreakBeforeBraces: Linux
/external/jsoncpp/
D.clang-format37 BreakBeforeBraces: Attach
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format49 BreakBeforeBraces: Linux
/external/libvpx/libvpx/
D.clang-format37 BreakBeforeBraces: Attach
/external/skia/
D.clang-format44 BreakBeforeBraces: Custom
/external/clang/lib/Format/
DFormat.cpp290 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces); in mapping()
440 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()
445 switch (Style.BreakBeforeBraces) { in expandPresets()
511 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()
657 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in getMozillaStyle()
677 Style.BreakBeforeBraces = FormatStyle::BS_WebKit; in getWebKitStyle()
695 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
/external/parameter-framework/upstream/
D.clang-format55 BreakBeforeBraces: 'Custom'
/external/clang/docs/
DClangFormatStyleOptions.rst334 If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
371 **BreakBeforeBraces** (``BraceBreakingStyle``)
794 BreakBeforeBraces: Linux
833 BreakBeforeBraces: Allman