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 212 BOS_None,
    [all...]
  /external/clang/lib/Format/
Format.cpp 106 IO.enumCase(Value, "None", FormatStyle::BOS_None);
107 IO.enumCase(Value, "false", FormatStyle::BOS_None);
509 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
    [all...]
TokenAnnotator.cpp     [all...]
ContinuationIndenter.cpp     [all...]

Completed in 56 milliseconds