Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1149 BTDS_Yes enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp275 IO.enumCase(Value, "Yes", FormatStyle::BTDS_Yes); in enumeration()
279 IO.enumCase(Value, "true", FormatStyle::BTDS_Yes); in enumeration()
1648 GoogleStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1846 MozillaStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DTokenAnnotator.cpp5695 return Style.BreakTemplateDeclarations == FormatStyle::BTDS_Yes || in mustBreakBefore()