Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:templateTypeParmDecl

270 TEST(Matcher, templateTypeParmDecl) {
272 templateTypeParmDecl(hasName("T"))));
274 notMatches("template <int N> void f();", templateTypeParmDecl()));