Home
last modified time | relevance | path

Searched defs:AlignStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enum
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp864 const FormatStyle::AlignConsecutiveStyle &AlignStyle, TokenType Type) { in alignConsecutiveColons()