Lines Matching refs:methodDecl
819 callExpr(callee(methodDecl(hasName("x")))).bind("x");
933 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x"))));
1012 methodDecl(hasParameter(0, hasType(asString("int"))))));
1259 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x"))));
1395 methodDecl(hasParameter(0, varDecl()))));
1397 methodDecl(hasParameter(0, hasName("x")))));
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,
1420 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1422 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1444 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1449 methodDecl(hasAnyParameter(hasType(pointsTo(
1455 methodDecl(hasAnyParameter(hasName("x")))));
1457 methodDecl(hasAnyParameter(hasName("x")))));
1530 methodDecl(isVirtual(), hasName("::X::f"))));
1532 methodDecl(isVirtual())));
1537 methodDecl(isConst())));
1539 methodDecl(isConst())));
1545 methodDecl(isOverride(), hasName("::Y::f"))));
1548 methodDecl(isOverride(), hasName("::X::f"))));
1551 methodDecl(isOverride())));
1553 methodDecl(isOverride())));
2185 methodDecl(hasName("a"), isDefinition());
2191 StatementMatcher Constructor = constructExpr(hasDeclaration(methodDecl(
2209 callExpr(callee(methodDecl(hasName("x"))))));
2221 hasDescendant(callExpr(callee(methodDecl(hasName("x"))))))));
2469 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98"));
2472 methodDecl(ofClass(hasName("X")))));
2478 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98"));