Searched refs:FormatTestRawStrings (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestRawStrings.cpp | 24 class FormatTestRawStrings : public testing::Test { class 109 TEST_F(FormatTestRawStrings, ReformatsAccordingToBaseStyle) { in TEST_F() argument 129 TEST_F(FormatTestRawStrings, UsesConfigurationOverBaseStyle) { in TEST_F() argument 152 TEST_F(FormatTestRawStrings, MatchesDelimitersCaseSensitively) { in TEST_F() argument 163 TEST_F(FormatTestRawStrings, RespectsClangFormatOff) { in TEST_F() argument 177 TEST_F(FormatTestRawStrings, ReformatsShortRawStringsOnSingleLine) { in TEST_F() argument 205 TEST_F(FormatTestRawStrings, BreaksShortRawStringsWhenNeeded) { in TEST_F() argument 217 TEST_F(FormatTestRawStrings, BreaksRawStringsExceedingColumnLimit) { in TEST_F() argument 304 TEST_F(FormatTestRawStrings, FormatsRawStringArguments) { in TEST_F() argument 436 TEST_F(FormatTestRawStrings, RawStringStartingWithNewlines) { in TEST_F() argument [all …]
|
H A D | CMakeLists.txt | 20 FormatTestRawStrings.cpp
|
/llvm-project/llvm/utils/gn/secondary/clang/unittests/Format/ |
H A D | BUILD.gn | 29 "FormatTestRawStrings.cpp",
|