Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2224 enum BreakInheritanceListStyle : int8_t { enum
2261 BreakInheritanceListStyle BreakInheritanceList;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp285 struct ScalarEnumerationTraits<FormatStyle::BreakInheritanceListStyle> {
287 FormatStyle::BreakInheritanceListStyle &Value) { in enumeration()