Searched refs:BS_Allman (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h232 BS_Allman, enumerator in enum:clang::format::FormatStyle::BraceBreakingStyle
/external/clang/unittests/Format/
H A DFormatTest.cpp2391 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
2446 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
3907 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
9223 AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman;
9885 FormatStyle::BS_Allman);
/external/clang/lib/Format/
H A DFormat.cpp100 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman);
439 case FormatStyle::BS_Allman:

Completed in 76 milliseconds