Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasParameter

3415 /// cxxMethodDecl(hasParameter(0, hasType(varDecl())))
3417 /// with hasParameter(...)
3419 AST_MATCHER_P2(FunctionDecl, hasParameter,
3467 hasParameter(ParamIndex, ParamMatcher)))),
3469 hasParameter(ParamIndex, ParamMatcher))))))