Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1700 BOS_None, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
HDContinuationIndenter.cpp874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
HDFormat.cpp131 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
132 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
1478 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
HDTokenAnnotator.cpp5994 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
5996 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
6169 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
6274 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()