Searched refs:BS_Allman (Results 1 – 4 of 4) sorted by relevance
598 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 …]
53 IO.enumCase(Value, "Allman", clang::format::FormatStyle::BS_Allman); in enumeration()1713 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman && in tryMergeSimpleControlStatement()
168 BS_Allman enumerator
5459 BreakBeforeBrace.BreakBeforeBraces = FormatStyle::BS_Allman; in TEST_F()