Searched refs:declCountIs (Results 1 – 3 of 3) sorted by relevance
158 REGISTER_MATCHER(declCountIs); in RegistryMaps()
3480 declStmt(declCountIs(2)))); in TEST()3482 declStmt(declCountIs(3)))); in TEST()3484 declStmt(declCountIs(3)))); in TEST()
2655 AST_MATCHER_P(DeclStmt, declCountIs, unsigned, N) { in AST_MATCHER_P() argument