Searched refs:DeclCounterWithPredicate (Results 1 – 2 of 2) sorted by relevance
46 class DeclCounterWithPredicate : public MatchFinder::MatchCallback {58 DeclCounterWithPredicate() in DeclCounterWithPredicate() function60 DeclCounterWithPredicate(UnaryPredicate P) : Predicate(P) {} in DeclCounterWithPredicate() function73 using DeclCounter = DeclCounterWithPredicate<NodeType>;
128 DeclCounterWithPredicate<CXXRecordDecl>().match(ToTU, Pattern); in TEST_P()145 DeclCounterWithPredicate<CXXRecordDecl>().match(ToTU, Pattern); in TEST_P()1477 ASSERT_EQ(1u, DeclCounterWithPredicate<ClassTemplateDecl>( in TEST_P()1497 EXPECT_EQ(1u, DeclCounterWithPredicate<ClassTemplateDecl>( in TEST_P()1610 ASSERT_EQ(1u, DeclCounterWithPredicate<ClassTemplateSpecializationDecl>( in TEST_P()1631 EXPECT_EQ(1u, DeclCounterWithPredicate<ClassTemplateSpecializationDecl>( in TEST_P()1899 DeclCounterWithPredicate<FunctionDecl>([](const FunctionDecl *FD) { in TEST_P()1909 DeclCounterWithPredicate<FunctionDecl>([](const FunctionDecl *FD) { in TEST_P()