Home
last modified time | relevance | path

Searched refs:SIS_OnlyFirstIf (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h585 SIS_OnlyFirstIf, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp1092 FormatStyle::SIS_OnlyFirstIf; in TEST_F()
19103 FormatStyle::SIS_OnlyFirstIf; in TEST_F()
20526 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_OnlyFirstIf; in TEST_F()
20534 FormatStyle::SIS_OnlyFirstIf); in TEST_F()
20540 FormatStyle::SIS_OnlyFirstIf); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp221 IO.enumCase(Value, "OnlyFirstIf", FormatStyle::SIS_OnlyFirstIf); in enumeration()
225 IO.enumCase(Value, "Always", FormatStyle::SIS_OnlyFirstIf); in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1064 * ``SIS_OnlyFirstIf`` (in configuration: ``OnlyFirstIf``)