Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1588 BOS_None, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp864 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
907 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
H A DFormat.cpp158 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
159 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
1466 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
H A DTokenAnnotator.cpp5481 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
5483 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
5635 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
5740 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()