Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasParameter

3360 /// cxxMethodDecl(hasParameter(0, hasType(varDecl())))
3362 /// with hasParameter(...)
3364 AST_MATCHER_P2(FunctionDecl, hasParameter,
3412 hasParameter(ParamIndex, ParamMatcher)))),
3414 hasParameter(ParamIndex, ParamMatcher))))))