Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1400 enum PointerAlignmentStyle { enum
1419 PointerAlignmentStyle PointerAlignment;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp244 template <> struct ScalarEnumerationTraits<FormatStyle::PointerAlignmentStyle> {
245 static void enumeration(IO &IO, FormatStyle::PointerAlignmentStyle &Value) { in enumeration()