Home
last modified time | relevance | path

Searched refs:BS_GNU (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp163 } 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()
DUnwrappedLineFormatter.cpp142 Style.BreakBeforeBraces == FormatStyle::BS_GNU) && in tryMergeSimpleControlStatement()
DFormat.cpp98 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
498 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
DTokenAnnotator.cpp1953 Style.BreakBeforeBraces == FormatStyle::BS_GNU; in mustBreakBefore()
/external/clang/include/clang/Format/
DFormat.h325 BS_GNU enumerator
/external/clang/unittests/Format/
DFormatTest.cpp2364 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()
/external/clang/docs/
DClangFormatStyleOptions.rst259 * ``BS_GNU`` (in configuration: ``GNU``)