Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h976 BOS_None, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp190 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
191 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
967 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
H A DTokenAnnotator.cpp3873 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
3875 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
4071 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
4082 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DContinuationIndenter.cpp691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1409 * ``BOS_None`` (in configuration: ``None``)