Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1836 enum BreakInheritanceListStyle : unsigned char { enum
1872 BreakInheritanceListStyle BreakInheritanceList;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp257 struct ScalarEnumerationTraits<FormatStyle::BreakInheritanceListStyle> {
259 FormatStyle::BreakInheritanceListStyle &Value) { in enumeration()