Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2176 BBCDS_Allowed, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp228 IO.enumCase(Value, "Allowed", FormatStyle::BBCDS_Allowed); in enumeration()
233 IO.enumCase(Value, "false", FormatStyle::BBCDS_Allowed); in enumeration()
H A DContinuationIndenter.cpp555 case FormatStyle::BBCDS_Allowed: in mustBreak()