Home
last modified time | relevance | path

Searched refs:AlignEscapedNewlines (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pam-krb5/
H A D.clang-format19 AlignEscapedNewlines: Left
/freebsd/contrib/libcbor/
H A D.clang-format8 AlignEscapedNewlines: Left
/freebsd/
H A D.clang-format8 AlignEscapedNewlines: Left
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h526 EscapedNewlineAlignmentStyle AlignEscapedNewlines; member
5333 AlignEscapedNewlines == R.AlignEscapedNewlines &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp937 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlines); in mapping()
986 IO.mapOptional("AlignEscapedNewlines", Style.AlignEscapedNewlines); in mapping()
1518 LLVMStyle.AlignEscapedNewlines = FormatStyle::ENAS_Right; in getLLVMStyle()
1742 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1245 const auto Align = Style.AlignEscapedNewlines; in alignEscapedNewlines()