Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1459 enum AttributeBreakingStyle : int8_t { enum
1543 AttributeBreakingStyle BreakAfterAttributes;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp136 struct ScalarEnumerationTraits<FormatStyle::AttributeBreakingStyle> {
137 static void enumeration(IO &IO, FormatStyle::AttributeBreakingStyle &Value) { in enumeration()