Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h244 BraceBreakingStyle BreakBeforeBraces; member
615 BreakBeforeBraces == R.BreakBeforeBraces &&
/external/clang/unittests/Format/
DFormatTest.cpp2361 Style.BreakBeforeBraces = BraceStyle; in TEST_F()
2369 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
2391 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
2401 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
2411 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2446 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
3907 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
4851 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup; in TEST_F()
9076 LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux; in TEST_F()
9117 MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in TEST_F()
[all …]
/external/minijail/
D.clang-format4 BreakBeforeBraces: Linux
/external/jsoncpp/
D.clang-format37 BreakBeforeBraces: Attach
/external/clang/lib/Format/
DFormat.cpp272 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces); in mapping()
416 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()
421 switch (Style.BreakBeforeBraces) { in expandPresets()
487 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()
622 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in getMozillaStyle()
642 Style.BreakBeforeBraces = FormatStyle::BS_WebKit; in getWebKitStyle()
660 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
/external/parameter-framework/upstream/
D.clang-format55 BreakBeforeBraces: 'Custom'
/external/clang/docs/
DClangFormatStyleOptions.rst312 If ``BreakBeforeBraces`` is set to ``custom``, use this to specify how each
346 **BreakBeforeBraces** (``BraceBreakingStyle``)
696 BreakBeforeBraces: Linux
735 BreakBeforeBraces: Allman