HomeSort by relevance Sort by last modified time
    Searched refs:BreakBeforeBinaryOperators (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Format/
Format.h 217 BinaryOperatorStyle BreakBeforeBinaryOperators;
614 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
  /external/clang/unittests/Format/
FormatTestJava.cpp 66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 270 IO.mapOptional("BreakBeforeBinaryOperators",
271 Style.BreakBeforeBinaryOperators);
485 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
575 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
641 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
659 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
    [all...]
TokenAnnotator.cpp     [all...]
ContinuationIndenter.cpp     [all...]

Completed in 40 milliseconds