Lines Matching refs:hasParameter
1053 methodDecl(hasParameter(0, hasType(asString("int"))))));
1451 TEST(HasParameter, CallsInnerMatcher) {
1453 methodDecl(hasParameter(0, varDecl()))));
1455 methodDecl(hasParameter(0, hasName("x")))));
1458 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) {
1460 methodDecl(hasParameter(42, varDecl()))));
1465 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1467 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1469 methodDecl(hasParameter(0,
1472 methodDecl(hasParameter(0,
3404 functionDecl(hasParameter(0, hasType(recordDecl(hasName("A")))),
3564 hasAncestor(functionDecl(hasParameter(