Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h106 enum EscapedNewlineAlignmentStyle { enum
137 EscapedNewlineAlignmentStyle AlignEscapedNewlines;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp231 struct ScalarEnumerationTraits<FormatStyle::EscapedNewlineAlignmentStyle> {
233 FormatStyle::EscapedNewlineAlignmentStyle &Value) { in enumeration()