Searched refs:parameterCountIs (Results 1 – 3 of 3) sorted by relevance
327 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
2901 AST_MATCHER_P(FunctionDecl, parameterCountIs, unsigned, N) { in AST_MATCHER_P() argument
1620 DeclarationMatcher Function1Arg = functionDecl(parameterCountIs(1)); in TEST()3720 functionDecl(parameterCountIs(1))))), in TEST()