Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestSelective.cpp394 Style.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
536 Style.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
H A DFormatTest.cpp674 AllowsMergedIf.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
874 AllowsMergedIf.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
5767 AlignLeft.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
13833 AlignLeft.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
14260 Tab.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
16918 Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
17302 Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
17881 Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
20344 Style.AlignEscapedNewlines = FormatStyle::ENAS_Left; in TEST_F()
20348 FormatStyle::ENAS_Left); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h318 ENAS_Left, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp454 IO.enumCase(Value, "Left", FormatStyle::ENAS_Left); in enumeration()
458 IO.enumCase(Value, "true", FormatStyle::ENAS_Left); in enumeration()
1369 GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left; in getGoogleStyle()
H A DWhitespaceManager.cpp1030 bool AlignLeft = Style.AlignEscapedNewlines == FormatStyle::ENAS_Left; in alignEscapedNewlines()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst780 * ``ENAS_Left`` (in configuration: ``Left``)