Lines Matching defs:testStructuralMatch

135   bool testStructuralMatch(Decl *D0, Decl *D1,
155 bool testStructuralMatch(StmtWithASTContext S0, StmtWithASTContext S1) {
171 testStructuralMatch(std::tuple<StmtWithASTContext, StmtWithASTContext> t) {
172 return testStructuralMatch(get<0>(t), get<1>(t));
175 bool testStructuralMatch(std::tuple<Decl *, Decl *> t,
177 return testStructuralMatch(get<0>(t), get<1>(t), IgnoreTemplateParmDepth);
183 EXPECT_TRUE(testStructuralMatch(Decls));
188 EXPECT_TRUE(testStructuralMatch(Decls));
193 EXPECT_TRUE(testStructuralMatch(Decls));
200 EXPECT_FALSE(testStructuralMatch(Decls));
205 EXPECT_TRUE(testStructuralMatch(Decls));
211 EXPECT_TRUE(testStructuralMatch(Decls));
217 EXPECT_FALSE(testStructuralMatch(Decls));
227 EXPECT_TRUE(testStructuralMatch(Spec0, Spec1));
237 EXPECT_FALSE(testStructuralMatch(Spec0, Spec1));
253 EXPECT_FALSE(testStructuralMatch(Decls));
281 EXPECT_FALSE(testStructuralMatch(Decls));
297 EXPECT_FALSE(testStructuralMatch(Decls));
306 EXPECT_FALSE(testStructuralMatch(t));
314 EXPECT_FALSE(testStructuralMatch(t));
322 EXPECT_TRUE(testStructuralMatch(t));
329 EXPECT_FALSE(testStructuralMatch(t));
335 EXPECT_FALSE(testStructuralMatch(t));
340 EXPECT_TRUE(testStructuralMatch(t));
346 EXPECT_FALSE(testStructuralMatch(t));
352 EXPECT_FALSE(testStructuralMatch(t));
358 EXPECT_FALSE(testStructuralMatch(t));
364 EXPECT_FALSE(testStructuralMatch(t));
370 EXPECT_FALSE(testStructuralMatch(t));
376 EXPECT_FALSE(testStructuralMatch(t));
382 EXPECT_TRUE(testStructuralMatch(t));
388 EXPECT_FALSE(testStructuralMatch(t));
394 EXPECT_FALSE(testStructuralMatch(t));
399 EXPECT_FALSE(testStructuralMatch(t));
404 EXPECT_FALSE(testStructuralMatch(t));
410 EXPECT_FALSE(testStructuralMatch(t));
415 EXPECT_FALSE(testStructuralMatch(t));
420 EXPECT_FALSE(testStructuralMatch(t));
425 EXPECT_TRUE(testStructuralMatch(t));
431 EXPECT_FALSE(testStructuralMatch(t));
436 EXPECT_FALSE(testStructuralMatch(t));
441 EXPECT_TRUE(testStructuralMatch(t));
449 EXPECT_FALSE(testStructuralMatch(t));
457 EXPECT_FALSE(testStructuralMatch(t));
463 EXPECT_TRUE(testStructuralMatch(t));
474 EXPECT_FALSE(testStructuralMatch(t));
484 EXPECT_FALSE(testStructuralMatch(t));
494 EXPECT_FALSE(testStructuralMatch(t));
500 EXPECT_FALSE(testStructuralMatch(t));
508 EXPECT_FALSE(testStructuralMatch(t));
514 EXPECT_FALSE(testStructuralMatch(t));
520 EXPECT_FALSE(testStructuralMatch(t));
526 EXPECT_FALSE(testStructuralMatch(t));
532 EXPECT_FALSE(testStructuralMatch(t));
539 EXPECT_FALSE(testStructuralMatch(t));
545 EXPECT_FALSE(testStructuralMatch(t));
552 EXPECT_FALSE(testStructuralMatch(t));
559 EXPECT_FALSE(testStructuralMatch(t));
567 EXPECT_FALSE(testStructuralMatch(t));
575 EXPECT_FALSE(testStructuralMatch(t));
583 EXPECT_FALSE(testStructuralMatch(t));
592 EXPECT_FALSE(testStructuralMatch(t));
600 EXPECT_TRUE(testStructuralMatch(t));
608 EXPECT_FALSE(testStructuralMatch(t));
623 EXPECT_FALSE(testStructuralMatch(t));
629 EXPECT_FALSE(testStructuralMatch(t));
636 EXPECT_FALSE(testStructuralMatch(t));
642 EXPECT_FALSE(testStructuralMatch(t));
649 EXPECT_FALSE(testStructuralMatch(t));
657 EXPECT_FALSE(testStructuralMatch(t));
670 EXPECT_TRUE(testStructuralMatch(t));
695 EXPECT_TRUE(testStructuralMatch(R0, R0));
696 EXPECT_TRUE(testStructuralMatch(R1, R1));
697 EXPECT_FALSE(testStructuralMatch(R0, R1));
724 EXPECT_TRUE(testStructuralMatch(RA, RA));
725 EXPECT_TRUE(testStructuralMatch(RB, RB));
726 EXPECT_FALSE(testStructuralMatch(RA, RB));
763 EXPECT_FALSE(testStructuralMatch(X, X1));
766 EXPECT_TRUE(testStructuralMatch(RA, RA));
767 EXPECT_TRUE(testStructuralMatch(RA1, RA1));
768 EXPECT_FALSE(testStructuralMatch(RA1, RA));
802 EXPECT_TRUE(testStructuralMatch(R0, R0));
803 EXPECT_TRUE(testStructuralMatch(R1, R1));
804 EXPECT_FALSE(testStructuralMatch(R0, R1));
811 EXPECT_FALSE(testStructuralMatch(t));
817 EXPECT_TRUE(testStructuralMatch(t));
824 EXPECT_TRUE(testStructuralMatch(t));
831 EXPECT_TRUE(testStructuralMatch(t));
837 EXPECT_FALSE(testStructuralMatch(t));
844 EXPECT_FALSE(testStructuralMatch(t));
851 EXPECT_FALSE(testStructuralMatch(t));
858 EXPECT_TRUE(testStructuralMatch(t));
874 EXPECT_FALSE(testStructuralMatch(L0, L1));
886 EXPECT_TRUE(testStructuralMatch(L0, L1));
898 EXPECT_FALSE(testStructuralMatch(L0, L1));
910 EXPECT_TRUE(testStructuralMatch(L0, L1));
917 EXPECT_FALSE(testStructuralMatch(t));
927 EXPECT_FALSE(testStructuralMatch(First, Second));
937 EXPECT_TRUE(testStructuralMatch(First, Second));
945 EXPECT_FALSE(testStructuralMatch(Decls));
951 EXPECT_FALSE(testStructuralMatch(Decls));
957 EXPECT_FALSE(testStructuralMatch(Decls));
963 EXPECT_FALSE(testStructuralMatch(Decls));
969 EXPECT_TRUE(testStructuralMatch(Decls));
976 EXPECT_FALSE(testStructuralMatch(Decls));
984 EXPECT_FALSE(testStructuralMatch(Decls));
991 EXPECT_FALSE(testStructuralMatch(Decls));
998 EXPECT_TRUE(testStructuralMatch(Decls));
1005 EXPECT_TRUE(testStructuralMatch(Decls));
1011 EXPECT_TRUE(testStructuralMatch(Decls));
1017 EXPECT_FALSE(testStructuralMatch(Decls));
1024 EXPECT_TRUE(testStructuralMatch(Decls));
1047 EXPECT_FALSE(testStructuralMatch(t));
1061 EXPECT_FALSE(testStructuralMatch(Decls));
1068 EXPECT_TRUE(testStructuralMatch(Decls));
1075 EXPECT_FALSE(testStructuralMatch(Decls));
1082 EXPECT_TRUE(testStructuralMatch(Decls));
1089 EXPECT_TRUE(testStructuralMatch(t));
1096 EXPECT_TRUE(testStructuralMatch(t));
1103 EXPECT_TRUE(testStructuralMatch(t));
1109 EXPECT_FALSE(testStructuralMatch(t));
1116 EXPECT_TRUE(testStructuralMatch(t));
1123 EXPECT_FALSE(testStructuralMatch(t));
1131 EXPECT_TRUE(testStructuralMatch(t));
1138 EXPECT_FALSE(testStructuralMatch(t));
1145 EXPECT_FALSE(testStructuralMatch(t));
1152 EXPECT_FALSE(testStructuralMatch(t));
1158 EXPECT_FALSE(testStructuralMatch(t));
1165 EXPECT_FALSE(testStructuralMatch(t));
1174 EXPECT_TRUE(testStructuralMatch(t));
1181 EXPECT_FALSE(testStructuralMatch(t));
1188 EXPECT_FALSE(testStructuralMatch(t));
1195 EXPECT_FALSE(testStructuralMatch(t));
1200 EXPECT_TRUE(testStructuralMatch(t2));
1207 EXPECT_FALSE(testStructuralMatch(t));
1215 EXPECT_TRUE(testStructuralMatch(t));
1223 EXPECT_FALSE(testStructuralMatch(t));
1233 EXPECT_FALSE(testStructuralMatch(t));
1241 EXPECT_TRUE(testStructuralMatch(t));
1249 EXPECT_FALSE(testStructuralMatch(t));
1257 EXPECT_FALSE(testStructuralMatch(t));
1265 EXPECT_FALSE(testStructuralMatch(t));
1273 EXPECT_FALSE(testStructuralMatch(t));
1281 EXPECT_FALSE(testStructuralMatch(t));
1289 EXPECT_FALSE(testStructuralMatch(t));
1297 EXPECT_TRUE(testStructuralMatch(t));
1305 EXPECT_FALSE(testStructuralMatch(t));
1311 EXPECT_FALSE(testStructuralMatch(t2));
1319 EXPECT_FALSE(testStructuralMatch(t));
1327 EXPECT_FALSE(testStructuralMatch(t));
1335 EXPECT_FALSE(testStructuralMatch(t));
1343 EXPECT_TRUE(testStructuralMatch(t));
1350 EXPECT_FALSE(testStructuralMatch(t));
1358 EXPECT_FALSE(testStructuralMatch(t));
1366 EXPECT_TRUE(testStructuralMatch(t));
1372 EXPECT_TRUE(testStructuralMatch(t));
1378 EXPECT_FALSE(testStructuralMatch(t));
1384 EXPECT_TRUE(testStructuralMatch(t));
1390 EXPECT_FALSE(testStructuralMatch(t));
1396 EXPECT_TRUE(testStructuralMatch(t));
1404 EXPECT_FALSE(testStructuralMatch(t));
1411 EXPECT_FALSE(testStructuralMatch(t));
1422 EXPECT_TRUE(testStructuralMatch(First, Second));
1433 EXPECT_FALSE(testStructuralMatch(First, Second));
1463 EXPECT_TRUE(testStructuralMatch(t));
1494 EXPECT_FALSE(testStructuralMatch(t));
1518 EXPECT_TRUE(testStructuralMatch(t));
1550 EXPECT_FALSE(testStructuralMatch(t));
1571 EXPECT_TRUE(testStructuralMatch(t));
1603 EXPECT_FALSE(testStructuralMatch(t));
1632 EXPECT_FALSE(testStructuralMatch(t));
1657 EXPECT_TRUE(testStructuralMatch(t));
1683 EXPECT_FALSE(testStructuralMatch(t));
1708 EXPECT_TRUE(testStructuralMatch(t));
1734 EXPECT_FALSE(testStructuralMatch(t));
1750 EXPECT_TRUE(testStructuralMatch(Decls));
1751 EXPECT_TRUE(testStructuralMatch(Decls, true));
1767 EXPECT_FALSE(testStructuralMatch(Decls));
1768 EXPECT_TRUE(testStructuralMatch(Decls, /*IgnoreTemplateParmDepth=*/true));
1792 EXPECT_FALSE(testStructuralMatch(t));
2101 EXPECT_TRUE(testStructuralMatch(t));
2108 EXPECT_TRUE(testStructuralMatch(t));
2130 EXPECT_TRUE(testStructuralMatch(t));
2141 EXPECT_FALSE(testStructuralMatch(t));
2146 EXPECT_TRUE(testStructuralMatch(t));
2151 EXPECT_FALSE(testStructuralMatch(t));
2157 EXPECT_TRUE(testStructuralMatch(t));
2165 EXPECT_FALSE(testStructuralMatch(t));
2170 EXPECT_TRUE(testStructuralMatch(t));
2175 EXPECT_FALSE(testStructuralMatch(t));
2181 EXPECT_TRUE(testStructuralMatch(t));
2187 EXPECT_FALSE(testStructuralMatch(t));
2192 EXPECT_TRUE(testStructuralMatch(t));
2199 EXPECT_TRUE(testStructuralMatch(t));
2204 EXPECT_FALSE(testStructuralMatch(t));
2209 EXPECT_FALSE(testStructuralMatch(t));
2216 EXPECT_TRUE(testStructuralMatch(t));
2223 EXPECT_FALSE(testStructuralMatch(t));
2230 EXPECT_FALSE(testStructuralMatch(t));
2252 EXPECT_TRUE(testStructuralMatch(t));
2276 EXPECT_FALSE(testStructuralMatch(t));
2280 EXPECT_TRUE(testStructuralMatch(t));
2286 EXPECT_TRUE(testStructuralMatch(t));
2291 EXPECT_FALSE(testStructuralMatch(t));
2296 EXPECT_FALSE(testStructuralMatch(t));
2304 EXPECT_TRUE(testStructuralMatch(t));
2312 EXPECT_FALSE(testStructuralMatch(t));
2318 EXPECT_TRUE(testStructuralMatch(t));
2324 EXPECT_FALSE(testStructuralMatch(t));
2329 EXPECT_TRUE(testStructuralMatch(t));
2334 EXPECT_FALSE(testStructuralMatch(t));
2339 EXPECT_FALSE(testStructuralMatch(t));
2345 EXPECT_TRUE(testStructuralMatch(t));
2351 EXPECT_FALSE(testStructuralMatch(t));
2357 EXPECT_FALSE(testStructuralMatch(t));
2363 EXPECT_FALSE(testStructuralMatch(t));
2369 EXPECT_TRUE(testStructuralMatch(t));
2375 EXPECT_FALSE(testStructuralMatch(t));
2381 EXPECT_FALSE(testStructuralMatch(t));
2386 EXPECT_TRUE(testStructuralMatch(t));
2391 EXPECT_FALSE(testStructuralMatch(t));
2515 EXPECT_TRUE(testStructuralMatch(t));
2542 EXPECT_FALSE(testStructuralMatch(t));
2560 EXPECT_FALSE(testStructuralMatch(t));
2582 EXPECT_FALSE(testStructuralMatch(t));
2614 EXPECT_FALSE(testStructuralMatch(t));
2645 EXPECT_FALSE(testStructuralMatch(t));
2683 EXPECT_TRUE(testStructuralMatch(t));
2701 EXPECT_FALSE(testStructuralMatch(S));
2710 EXPECT_FALSE(testStructuralMatch(t));
2736 EXPECT_FALSE(testStructuralMatch(S));