Home
last modified time | relevance | path

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

/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.h510 EscapedNewlineAlignmentStyle AlignEscapedNewlines; member
5001 AlignEscapedNewlines == R.AlignEscapedNewlines &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp868 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlines); in mapping()
917 IO.mapOptional("AlignEscapedNewlines", Style.AlignEscapedNewlines); in mapping()
1431 LLVMStyle.AlignEscapedNewlines = FormatStyle::ENAS_Right; in getLLVMStyle()
1643 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1250 const auto Align = Style.AlignEscapedNewlines; in alignEscapedNewlines()