Home
last modified time | relevance | path

Searched refs:BOS_All (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1724 BOS_All, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp129 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
130 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
1868 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1888 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp6170 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
6273 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()