Home
last modified time | relevance | path

Searched refs:BinPackStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h563 enum BinPackStyle { enum
1633 BinPackStyle ObjCBinPackProtocolList;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp152 template <> struct ScalarEnumerationTraits<FormatStyle::BinPackStyle> {
153 static void enumeration(IO &IO, FormatStyle::BinPackStyle &Value) { in enumeration()