Searched refs:BS_Allman (Results 1 – 6 of 6) sorted by relevance
160 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()
84 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman); in enumeration()665 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman || in tryMergeSimpleControlStatement()
1682 return Style.BreakBeforeBraces == FormatStyle::BS_Allman || in mustBreakBefore()
275 BS_Allman, enumerator
2128 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()
162 * ``BS_Allman`` (in configuration: ``Allman``)