Searched refs:parameterCountIs (Results 1 – 3 of 3) sorted by relevance
291 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
2654 AST_MATCHER_P(FunctionDecl, parameterCountIs, unsigned, N) { in AST_MATCHER_P() argument
1489 DeclarationMatcher Function1Arg = functionDecl(parameterCountIs(1)); in TEST()3463 functionDecl(parameterCountIs(1))))), in TEST()