Home
last modified time | relevance | path

Searched refs:DeclCounterWithPredicate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclMatcher.h46 class DeclCounterWithPredicate : public MatchFinder::MatchCallback {
58 DeclCounterWithPredicate() in DeclCounterWithPredicate() function
60 DeclCounterWithPredicate(UnaryPredicate P) : Predicate(P) {} in DeclCounterWithPredicate() function
73 using DeclCounter = DeclCounterWithPredicate<NodeType>;
H A DASTImporterTest.cpp128 DeclCounterWithPredicate<CXXRecordDecl>().match(ToTU, Pattern); in TEST_P()
145 DeclCounterWithPredicate<CXXRecordDecl>().match(ToTU, Pattern); in TEST_P()
1688 ASSERT_EQ(1u, DeclCounterWithPredicate<ClassTemplateDecl>( in TEST_P()
1708 EXPECT_EQ(1u, DeclCounterWithPredicate<ClassTemplateDecl>( in TEST_P()
1821 ASSERT_EQ(1u, DeclCounterWithPredicate<ClassTemplateSpecializationDecl>( in TEST_P()
1842 EXPECT_EQ(1u, DeclCounterWithPredicate<ClassTemplateSpecializationDecl>( in TEST_P()
2110 DeclCounterWithPredicate<FunctionDecl>([](const FunctionDecl *FD) { in TEST_P()
2120 DeclCounterWithPredicate<FunctionDecl>([](const FunctionDecl *FD) { in TEST_P()