Searched refs:MacroCallReconstructorTest (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | MacroCallReconstructorTest.cpp | 131 class MacroCallReconstructorTest : public ::testing::Test { class 133 MacroCallReconstructorTest() : Lex(Allocator, Buffers) {} in MacroCallReconstructorTest() function in clang::format::__anon35b0f3090111::MacroCallReconstructorTest 197 TEST_F(MacroCallReconstructorTest, Identifier) { in TEST_F() argument 209 TEST_F(MacroCallReconstructorTest, NestedLineWithinCall) { in TEST_F() argument 258 TEST_F(MacroCallReconstructorTest, StatementSequence) { in TEST_F() argument 283 TEST_F(MacroCallReconstructorTest, NestedBlock) { in TEST_F() argument 337 TEST_F(MacroCallReconstructorTest, NestedChildBlocks) { in TEST_F() argument 469 TEST_F(MacroCallReconstructorTest, NestedCallsMultipleLines) { in TEST_F() argument 525 TEST_F(MacroCallReconstructorTest, ParentOutsideMacroCall) { in TEST_F() argument 563 TEST_F(MacroCallReconstructorTest, UnusedMacroArguments) { in TEST_F() argument [all …]
|
| H A D | CMakeLists.txt | 21 MacroCallReconstructorTest.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/unittests/Format/ |
| H A D | BUILD.gn | 29 "MacroCallReconstructorTest.cpp",
|