Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:methodDecl

805       callExpr(callee(methodDecl(hasName("x")))).bind("x");
910 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x"))));
989 methodDecl(hasParameter(0, hasType(asString("int"))))));
1236 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x"))));
1361 methodDecl(hasParameter(0, varDecl()))));
1363 methodDecl(hasParameter(0, hasName("x")))));
1368 methodDecl(hasParameter(42, varDecl()))));
1373 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1375 methodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
1377 methodDecl(hasParameter(0,
1380 methodDecl(hasParameter(0,
1386 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1388 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1410 methodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
1415 methodDecl(hasAnyParameter(hasType(pointsTo(
1421 methodDecl(hasAnyParameter(hasName("x")))));
1423 methodDecl(hasAnyParameter(hasName("x")))));
2102 methodDecl(hasName("a"), isDefinition());
2108 StatementMatcher Constructor = constructExpr(hasDeclaration(methodDecl(
2126 callExpr(callee(methodDecl(hasName("x"))))));
2138 hasDescendant(callExpr(callee(methodDecl(hasName("x"))))))));
2387 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98"));
2390 methodDecl(ofClass(hasName("X")))));
2396 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98"));