Home
last modified time | relevance | path

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

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