Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h447 enum OperandAlignmentStyle : unsigned char { enum
482 OperandAlignmentStyle AlignOperands;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp385 template <> struct ScalarEnumerationTraits<FormatStyle::OperandAlignmentStyle> {
386 static void enumeration(IO &IO, FormatStyle::OperandAlignmentStyle &Value) { in enumeration()