Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasParameter

473 TEST(HasParameter, CallsInnerMatcher) {
475 cxxMethodDecl(hasParameter(0, varDecl()))));
477 cxxMethodDecl(hasParameter(0, hasName("x")))));
480 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) {
482 cxxMethodDecl(hasParameter(42, varDecl()))));
488 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
491 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
493 cxxMethodDecl(hasParameter(
496 cxxMethodDecl(hasParameter(
1614 hasAncestor(functionDecl(hasParameter(