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.h2464 enum BreakInheritanceListStyle : int8_t { enum
2501 BreakInheritanceListStyle BreakInheritanceList;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp281 struct ScalarEnumerationTraits<FormatStyle::BreakInheritanceListStyle> {
283 FormatStyle::BreakInheritanceListStyle &Value) { in enumeration()