Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h400 SIS_Always, enumerator
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp451 if (Style.AllowShortIfStatementsOnASingleLine != FormatStyle::SIS_Always) { in tryMergeSimpleControlStatement()
DFormat.cpp134 IO.enumCase(Value, "Always", FormatStyle::SIS_Always); in enumeration()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp532 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always; in TEST_F()
13632 FormatStyle::SIS_Always; in TEST_F()
14442 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always; in TEST_F()
14449 AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Always); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst546 * ``SIS_Always`` (in configuration: ``Always``)