Lines Matching refs:HasParameter
1012 methodDecl(hasParameter(0, hasType(asString("int"))))));
1393 TEST(HasParameter, CallsInnerMatcher) {
1395 methodDecl(hasParameter(0, varDecl()))));
1397 methodDecl(hasParameter(0, hasName("x")))));
1400 TEST(HasParameter, DoesNotMatchIfIndexOutOfBounds) {
1402 methodDecl(hasParameter(42, varDecl()))));
1407 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1409 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1411 methodDecl(hasParameter(0,
1414 methodDecl(hasParameter(0,
3271 functionDecl(hasParameter(0, hasType(recordDecl(hasName("A")))),
3431 hasAncestor(functionDecl(hasParameter(