Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestSelective.cpp101 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
H A DFormatTest.cpp676 FormatStyle::SIS_WithoutElse; in TEST_F()
876 FormatStyle::SIS_WithoutElse; in TEST_F()
1579 FormatStyle::SIS_WithoutElse; in TEST_F()
1729 FormatStyle::SIS_WithoutElse; in TEST_F()
1923 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
5923 SingleLine.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
13499 FormatStyle::SIS_WithoutElse; in TEST_F()
18683 FormatStyle::SIS_WithoutElse; in TEST_F()
20531 FormatStyle::SIS_WithoutElse); in TEST_F()
20545 FormatStyle::SIS_WithoutElse); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h569 SIS_WithoutElse, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp220 IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse); in enumeration()
227 IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse); in enumeration()
1371 FormatStyle::SIS_WithoutElse; in getGoogleStyle()
1523 FormatStyle::SIS_WithoutElse; in getChromiumStyle()
H A DUnwrappedLineFormatter.cpp621 FormatStyle::SIS_WithoutElse) { in tryMergeSimpleControlStatement()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1046 * ``SIS_WithoutElse`` (in configuration: ``WithoutElse``)