Lines Matching refs:recordDecl
156 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>();
167 Matcher<Decl> RecordDecl =
168 constructMatcher("recordDecl", Anything).getTypedMatcher<Decl>();
176 EXPECT_FALSE(matches("int a;", RecordDecl));
178 EXPECT_TRUE(matches("class A {};", RecordDecl));
180 EXPECT_FALSE(matches("void f(){};", RecordDecl));
227 "recordDecl",
230 constructMatcher("recordDecl",
274 EXPECT_TRUE(constructMatcher("recordDecl", recordDecl(), parameterCountIs(3),