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.cpp8792 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
8986 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9812 FormatStyle::BOS_None); in TEST_F()
9817 FormatStyle::BOS_None); in TEST_F()
/external/clang/include/clang/Format/
DFormat.h209 BOS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp88 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
89 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
485 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
DTokenAnnotator.cpp2350 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
2361 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
DContinuationIndenter.cpp823 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
/external/clang/docs/
DClangFormatStyleOptions.rst338 * ``BOS_None`` (in configuration: ``None``)