Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp152 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None in mustBreakBinaryOperation()
969 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
1012 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
H A DBreakableToken.cpp303 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
H A DTokenAnnotator.cpp6142 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
6144 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
6349 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
6430 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DFormat.cpp131 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()
132 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()
1567 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1752 BOS_None, enumerator