Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1567 enum AttributeBreakingStyle : int8_t { enum
1651 AttributeBreakingStyle BreakAfterAttributes;
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp109 struct ScalarEnumerationTraits<FormatStyle::AttributeBreakingStyle> {
110 static void enumeration(IO &IO, FormatStyle::AttributeBreakingStyle &Value) { in enumeration()