Home
last modified time | relevance | path

Searched refs:BOS_None (Results 1 – 7 of 7) sorted by relevance

/external/clang/unittests/Format/
DFormatTestJava.cpp66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
DFormatTest.cpp9227 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9421 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
10250 FormatStyle::BOS_None); in TEST_F()
10255 FormatStyle::BOS_None); in TEST_F()
/external/clang/include/clang/Format/
DFormat.h212 BOS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp106 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
107 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
509 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
DTokenAnnotator.cpp2381 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
2383 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
2487 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
2498 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
DContinuationIndenter.cpp869 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
/external/clang/docs/
DClangFormatStyleOptions.rst360 * ``BOS_None`` (in configuration: ``None``)