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

/external/clang/include/clang/Format/
H A DFormat.h228 BS_Mozilla, enumerator in enum:clang::format::FormatStyle::BraceBreakingStyle
/external/clang/lib/Format/
H A DFormat.cpp98 IO.enumCase(Value, "Mozilla", FormatStyle::BS_Mozilla);
427 case FormatStyle::BS_Mozilla:
622 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
/external/clang/unittests/Format/
H A DFormatTest.cpp2359 for (auto BraceStyle : {FormatStyle::BS_Attach, FormatStyle::BS_Mozilla,
9117 MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
9881 FormatStyle::BS_Mozilla);

Completed in 70 milliseconds