Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1700 BOS_None, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
H A DFormat.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()
H A DTokenAnnotator.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()