Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Draw-string-literal.rst15 const char *const SingleLine{"Single line.\n"};
28 const char *const SingleLine{"Single line.\n"};
/llvm-project-15.0.7/mlir/unittests/Support/
H A DIndentedOstreamTest.cpp15 TEST(FormatTest, SingleLine) { in TEST() argument
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp5922 FormatStyle SingleLine = getLLVMStyle(); in TEST_F() local
5923 SingleLine.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
5930 SingleLine); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3802 * ``RCPS_SingleLine`` (in configuration: ``SingleLine``)