Searched refs:declCountIs (Results 1 – 3 of 3) sorted by relevance
134 REGISTER_MATCHER(declCountIs); in RegistryMaps()
3059 declStmt(declCountIs(2)))); in TEST()3061 declStmt(declCountIs(3)))); in TEST()3063 declStmt(declCountIs(3)))); in TEST()
2145 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument