Searched refs:BOS_All (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h302 BOS_All, enumerator in enum:clang::format::FormatStyle::BinaryOperatorStyle
/external/clang/lib/Format/
H A DFormat.cpp84 IO.enumCase(Value, "All", FormatStyle::BOS_All);
85 IO.enumCase(Value, "true", FormatStyle::BOS_All);
480 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
497 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
H A DTokenAnnotator.cpp2098 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All ||
2106 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All &&
/external/clang/unittests/Format/
H A DFormatTest.cpp3419 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8980 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8986 FormatStyle::BOS_All);
8991 FormatStyle::BOS_All);

Completed in 60 milliseconds