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

  /external/clang/include/clang/Format/
Format.h 260 bool BreakBeforeBinaryOperators;
378 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
  /external/clang/lib/Format/
ContinuationIndenter.cpp 164 if (!Style.BreakBeforeBinaryOperators) {
714 Style.BreakBeforeBinaryOperators) ||
    [all...]
Format.cpp 180 IO.mapOptional("BreakBeforeBinaryOperators",
181 Style.BreakBeforeBinaryOperators);
317 LLVMStyle.BreakBeforeBinaryOperators = false;
431 Style.BreakBeforeBinaryOperators = true;
446 Style.BreakBeforeBinaryOperators = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 541 milliseconds