Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h858 BTDS_Yes enumerator
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp279 IO.enumCase(Value, "Yes", FormatStyle::BTDS_Yes); in enumeration()
283 IO.enumCase(Value, "true", FormatStyle::BTDS_Yes); in enumeration()
1512 GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1704 MozillaStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DTokenAnnotator.cpp4545 return Style.AlwaysBreakTemplateDeclarations == FormatStyle::BTDS_Yes; in mustBreakBefore()
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1418 * ``BTDS_Yes`` (in configuration: ``Yes``)