Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h896 enum BreakInheritanceListStyle { enum
925 BreakInheritanceListStyle BreakInheritanceList;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp152 struct ScalarEnumerationTraits<FormatStyle::BreakInheritanceListStyle> {
154 enumeration(IO &IO, FormatStyle::BreakInheritanceListStyle &Value) { in enumeration()