Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h513 enum OperandAlignmentStyle : int8_t { enum
549 OperandAlignmentStyle AlignOperands;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp442 template <> struct ScalarEnumerationTraits<FormatStyle::OperandAlignmentStyle> {
443 static void enumeration(IO &IO, FormatStyle::OperandAlignmentStyle &Value) { in enumeration()