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

/external/clang/include/clang/Format/
H A DFormat.h211 BOS_NonAssignment, enumerator in enum:clang::format::FormatStyle::BinaryOperatorStyle
/external/clang/lib/Format/
H A DFormat.cpp90 IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment);
575 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
/external/clang/unittests/Format/
H A DFormatTest.cpp3511 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
3542 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
9810 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment);

Completed in 67 milliseconds