Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2827 enum ReferenceAlignmentStyle { enum
2849 ReferenceAlignmentStyle ReferenceAlignment;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp422 struct ScalarEnumerationTraits<FormatStyle::ReferenceAlignmentStyle> {
423 static void enumeration(IO &IO, FormatStyle::ReferenceAlignmentStyle &Value) { in enumeration()