Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp598 Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseStructuralElement()
763 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseIfThenElse()
766 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseIfThenElse()
779 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseIfThenElse()
803 Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseNamespace()
826 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseForOrWhileLoop()
842 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseDoWhile()
870 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseLabel()
875 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseLabel()
899 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) in parseSwitch()
[all …]
DFormat.cpp53 IO.enumCase(Value, "Allman", clang::format::FormatStyle::BS_Allman); in enumeration()
1713 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman && in tryMergeSimpleControlStatement()
/external/clang/include/clang/Format/
DFormat.h168 BS_Allman enumerator
/external/clang/unittests/Format/
DFormatTest.cpp5459 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()