Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasParameter

3374 /// cxxMethodDecl(hasParameter(0, hasType(varDecl())))
3376 /// with hasParameter(...)
3378 AST_MATCHER_P2(FunctionDecl, hasParameter,
3426 hasParameter(ParamIndex, ParamMatcher)))),
3428 hasParameter(ParamIndex, ParamMatcher))))))