Lines Matching refs:DeclCounter
1726 ASSERT_EQ(2u, DeclCounter<CXXRecordDecl>().match( in TEST_P()
1741 EXPECT_EQ(2u, DeclCounter<CXXRecordDecl>().match( in TEST_P()
1896 DeclCounter<RecordDecl>().match(ToTU, recordDecl(hasName("X")))); in TEST_P()
1929 DeclCounter<RecordDecl>().match(ToTU, recordDecl(hasName("X")))); in TEST_P()
2037 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2055 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2146 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2147 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P()
2184 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2185 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P()
2186 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 1u); in TEST_P()
2187 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFDefP), 1u); in TEST_P()
2188 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FDefAllP), 2u); in TEST_P()
2216 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2217 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 0u); in TEST_P()
2276 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2277 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u); in TEST_P()
2278 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 0u); in TEST_P()
2279 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFDefP), 0u); in TEST_P()
2366 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f"))), in TEST_P()
2551 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2569 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2586 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2604 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2627 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2656 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2686 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
2720 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FunctionPattern), 1u); in TEST_P()
2767 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FunctionPattern), 2u); in TEST_P()
2810 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FunctionPattern), 2u); in TEST_P()
2849 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 1u); in TEST_P()
2854 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, Pattern), 2u); in TEST_P()
3039 ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 1u); in test()
3048 ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 0u); in test()
3059 EXPECT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), in test()
3516 DeclCounter<ClassTemplateSpecializationDecl>().match( in TEST_P()
3578 EXPECT_EQ(1u, DeclCounter<ClassTemplateSpecializationDecl>().match( in TEST_P()
3605 EXPECT_EQ(1u, DeclCounter<ClassTemplatePartialSpecializationDecl>().match( in TEST_P()
3630 EXPECT_EQ(1u, DeclCounter<ClassTemplateSpecializationDecl>().match( in TEST_P()
3659 EXPECT_EQ(1u, DeclCounter<ClassTemplatePartialSpecializationDecl>().match( in TEST_P()
3662 EXPECT_EQ(1u, DeclCounter<ClassTemplateSpecializationDecl>().match( in TEST_P()
3860 EXPECT_EQ(DeclCounter<RecordDecl>().match(ToTU, Pattern), 2u); in TEST_P()
3878 EXPECT_EQ(DeclCounter<RecordDecl>().match(ToTU, Pattern), 2u); in TEST_P()
3899 EXPECT_EQ(DeclCounter<RecordDecl>().match(ToTU, Pattern), 2u); in TEST_P()
4059 EXPECT_EQ(DeclCounter<ClassTemplateSpecializationDecl>().match(ToTU, Pattern), in TEST_P()
4461 DeclCounter<FunctionDecl>().match(FromTU, functionDecl(hasName("f"))), in TEST_P()
4462 DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f")))); in TEST_P()
5466 EXPECT_EQ(DeclCounter<ClassTemplateSpecializationDecl>().match( in TEST_P()
5492 DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("foo"))), in TEST_P()
5520 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f"))), in TEST_P()
6242 DeclCounter<CXXRecordDecl>().match(FromTU, cxxRecordDecl(isLambda())), in TEST_P()
6249 EXPECT_EQ(DeclCounter<CXXRecordDecl>().match(ToTU, cxxRecordDecl(isLambda())), in TEST_P()
6266 DeclCounter<CXXRecordDecl>().match(FromTU, cxxRecordDecl(isLambda())), in TEST_P()
6273 EXPECT_EQ(DeclCounter<CXXRecordDecl>().match(ToTU, cxxRecordDecl(isLambda())), in TEST_P()