Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h55 enum BracketAlignmentStyle { enum
81 BracketAlignmentStyle AlignAfterOpenBracket;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp218 template <> struct ScalarEnumerationTraits<FormatStyle::BracketAlignmentStyle> {
219 static void enumeration(IO &IO, FormatStyle::BracketAlignmentStyle &Value) { in enumeration()