Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h413 enum EscapedNewlineAlignmentStyle : unsigned char { enum
444 EscapedNewlineAlignmentStyle AlignEscapedNewlines;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp372 struct ScalarEnumerationTraits<FormatStyle::EscapedNewlineAlignmentStyle> {
374 FormatStyle::EscapedNewlineAlignmentStyle &Value) { in enumeration()