Searched refs:Code3 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestJava.cpp | 660 constexpr StringRef Code3{"switch (day) {\n" in TEST_F() local 665 verifyFormat(Code3, Style); in TEST_F() 673 Code3, Style); in TEST_F()
|
H A D | FormatTest.cpp | 4788 const StringRef Code3{"asm(\"xyz\" : \"=a\"(a), \"=d\"(b)\n" in TEST_F() 4794 verifyNoChange(Code3, Style); 4799 verifyFormat(Code2, Code3, Style); in TEST_F() 4781 const StringRef Code3{"asm(\"xyz\" : \"=a\"(a), \"=d\"(b)\n" TEST_F() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 1035 const char *Code3 = in TEST() local 1042 EXPECT_TRUE(Verifier.match(Code3, typeLoc(loc(autoType())), Lang_CXX20)); in TEST() 1082 const char *Code3 = in TEST() local 1089 EXPECT_TRUE(Verifier.match(Code3, templateTypeParmDecl(), Lang_CXX20)); in TEST()
|