Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
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>;
DASTImporterTest.cpp128 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()