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

  /external/clang/unittests/Format/
FormatTestJava.cpp 66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
FormatTest.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 298 BOS_None,
  /external/clang/lib/Format/
Format.cpp 86 IO.enumCase(Value, "None", FormatStyle::BOS_None);
87 IO.enumCase(Value, "false", FormatStyle::BOS_None);
343 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
    [all...]
ContinuationIndenter.cpp 172 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) {
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 199 milliseconds