Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-raw-string-literal.rst15 const char *const SingleLine{"Single line.\n"};
28 const char *const SingleLine{"Single line.\n"};
/external/llvm-project/mlir/unittests/Support/
DIndentedOstreamTest.cpp15 TEST(FormatTest, SingleLine) { in TEST() argument
/external/clang/unittests/Format/
DFormatTest.cpp3143 FormatStyle SingleLine = getLLVMStyle(); in TEST_F() local
3144 SingleLine.AllowShortIfStatementsOnASingleLine = true; in TEST_F()
3151 SingleLine); in TEST_F()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp4023 FormatStyle SingleLine = getLLVMStyle(); in TEST_F() local
4024 SingleLine.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse; in TEST_F()
4031 SingleLine); in TEST_F()