HomeSort by: relevance | last modified time | path
    Searched refs:BreakBeforeBinaryOperators (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 432 /// When ``BreakBeforeBinaryOperators`` is set, the wrapped operator is
442 /// ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so
1004 BinaryOperatorStyle BreakBeforeBinaryOperators;
3282 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 565 IO.mapOptional("BreakBeforeBinaryOperators",
566 Style.BreakBeforeBinaryOperators);
967 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
1184 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
1330 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
1350 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
TokenAnnotator.cpp 3873 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None;
3875 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None;
4071 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None &&
4072 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All ||
4081 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All &&
4082 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||
ContinuationIndenter.cpp 691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) ||
732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None)
1375 // If BreakBeforeBinaryOperators is set, un-indent a bit to account for

Completed in 24 milliseconds