Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h334 enum OperandAlignmentStyle : int8_t { enum
370 OperandAlignmentStyle AlignOperands;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp463 template <> struct ScalarEnumerationTraits<FormatStyle::OperandAlignmentStyle> {
464 static void enumeration(IO &IO, FormatStyle::OperandAlignmentStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst805 **AlignOperands** (``OperandAlignmentStyle``) :versionbadge:`clang-format 3.5`