Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1000 BOS_All, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp188 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
189 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
1330 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1350 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp4072 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
4081 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1437 * ``BOS_All`` (in configuration: ``All``)