Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2350 enum BreakInheritanceListStyle : int8_t { enum
2387 BreakInheritanceListStyle BreakInheritanceList;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp258 struct ScalarEnumerationTraits<FormatStyle::BreakInheritanceListStyle> {
260 FormatStyle::BreakInheritanceListStyle &Value) { in enumeration()