Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1255 BPPS_AlwaysOnePerLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp142 IO.enumCase(Value, "AlwaysOnePerLine", FormatStyle::BPPS_AlwaysOnePerLine); in enumeration()
H A DTokenAnnotator.cpp5615 if (Style.BinPackParameters == FormatStyle::BPPS_AlwaysOnePerLine && in mustBreakBefore()