Home
last modified time | relevance | path

Searched refs:BOS_None (Results 1 – 14 of 14) 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/llvm-project/clang/unittests/Format/
DFormatTestJava.cpp66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
DFormatTest.cpp4583 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
4684 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
7517 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
7533 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
12503 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
12850 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
14224 FormatStyle::BOS_None); in TEST_F()
14229 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/llvm-project/clang/include/clang/Format/
DFormat.h689 BOS_None, enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp173 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
174 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
877 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
DTokenAnnotator.cpp3856 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
3858 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
4054 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
4065 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
DContinuationIndenter.cpp691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
/external/clang/docs/
DClangFormatStyleOptions.rst360 * ``BOS_None`` (in configuration: ``None``)
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1154 * ``BOS_None`` (in configuration: ``None``)