Searched refs:TypeA (Results 1 – 1 of 1) sorted by relevance
877 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A"))); in TEST() local879 EXPECT_TRUE(matches("class A { public: A *a; };", TypeA)); in TEST()880 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()886 EXPECT_TRUE(notMatches("class A {};", TypeA)); in TEST()