Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3019 const MatcherType &MethodMatcher, const char *Code = DefaultCode) { in testImportOf() argument
3020 test(MethodMatcher, Code, /*ExpectedCount=*/1u); in testImportOf()
3025 const MatcherType &MethodMatcher, const char *Code = DefaultCode) { in testNoImportOf() argument
3026 test(MethodMatcher, Code, /*ExpectedCount=*/0u); in testNoImportOf()
3031 void test(const MatcherType &MethodMatcher, in test() argument
3039 ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 1u); in test()
3043 FirstDeclMatcher<CXXMethodDecl>().match(ToClass, MethodMatcher); in test()
3048 ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 0u); in test()
3059 EXPECT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), in test()