Searched refs:BS_GNU (Results 1 – 7 of 7) sorted by relevance
163 } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) { in CompoundStatementIndenter()447 case FormatStyle::BS_GNU: in ShouldBreakBeforeBrace()1162 Style.BreakBeforeBraces == FormatStyle::BS_GNU) { in parseIfThenElse()1219 Style.BreakBeforeBraces == FormatStyle::BS_GNU || in parseTryCatch()1260 Style.BreakBeforeBraces == FormatStyle::BS_GNU || in parseTryCatch()1346 if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) in parseDoWhile()1376 Style.BreakBeforeBraces == FormatStyle::BS_GNU) { in parseLabel()1629 Style.BreakBeforeBraces == FormatStyle::BS_GNU) in parseObjCInterfaceOrImplementation()
142 Style.BreakBeforeBraces == FormatStyle::BS_GNU) && in tryMergeSimpleControlStatement()
98 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()498 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
1953 Style.BreakBeforeBraces == FormatStyle::BS_GNU; in mustBreakBefore()
325 BS_GNU enumerator
2364 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()8657 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()9043 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
259 * ``BS_GNU`` (in configuration: ``GNU``)