Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3756 enum ReferenceAlignmentStyle : int8_t { enum
3779 ReferenceAlignmentStyle ReferenceAlignment;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp509 struct ScalarEnumerationTraits<FormatStyle::ReferenceAlignmentStyle> {
510 static void enumeration(IO &IO, FormatStyle::ReferenceAlignmentStyle &Value) { in enumeration()