Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJava.cpp66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
H A DFormatTest.cpp6503 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
6603 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
6622 EXPECT_EQ(Style.BreakBeforeBinaryOperators, FormatStyle::BOS_None); in TEST_F()
9617 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9633 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
16974 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
17358 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
17935 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
20260 FormatStyle::BOS_None); in TEST_F()
20265 FormatStyle::BOS_None); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h899 BOS_None, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp4664 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
4666 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
4819 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
4916 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DContinuationIndenter.cpp769 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
812 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
H A DFormat.cpp261 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
262 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
1210 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1706 * ``BOS_None`` (in configuration: ``None``)