Home
last modified time | relevance | path

Searched refs:BS_Allman (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp160 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) { in CompoundStatementIndenter()
1070 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseIfThenElse()
1121 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseTryCatch()
1154 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseTryCatch()
1174 Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseNamespace()
1245 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseLabel()
1366 Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseRecord()
1423 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman || in parseObjCInterfaceOrImplementation()
DFormat.cpp84 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman); in enumeration()
665 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman || in tryMergeSimpleControlStatement()
DTokenAnnotator.cpp1682 return Style.BreakBeforeBraces == FormatStyle::BS_Allman || in mustBreakBefore()
/external/clang/include/clang/Format/
DFormat.h275 BS_Allman, enumerator
/external/clang/unittests/Format/
DFormatTest.cpp2128 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
3494 Style.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
7691 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()
8210 FormatStyle::BS_Allman); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst162 * ``BS_Allman`` (in configuration: ``Allman``)