Home
last modified time | relevance | path

Searched refs:parameterCountIs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp327 REGISTER_MATCHER(parameterCountIs); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2901 AST_MATCHER_P(FunctionDecl, parameterCountIs, unsigned, N) { in AST_MATCHER_P() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1620 DeclarationMatcher Function1Arg = functionDecl(parameterCountIs(1)); in TEST()
3720 functionDecl(parameterCountIs(1))))), in TEST()