Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormat.cpp133 IO.enumCase(Value, "Never", FormatStyle::SIS_Never); in enumeration()
138 IO.enumCase(Value, "false", FormatStyle::SIS_Never); in enumeration()
867 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1085 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1131 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1185 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1190 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1287 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/external/llvm-project/clang/include/clang/Format/
DFormat.h383 SIS_Never, enumerator
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp661 FormatStyle::SIS_Never; in TEST_F()
735 FormatStyle::SIS_Never; in TEST_F()
14444 AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never); in TEST_F()
14451 AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst525 * ``SIS_Never`` (in configuration: ``Never``)