Home
last modified time | relevance | path

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

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