Home
last modified time | relevance | path

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

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