Searched refs:statementCountIs (Results 1 – 3 of 3) sorted by relevance
548 REGISTER_MATCHER(statementCountIs); in RegistryMaps()
345 makeRule(compoundStmt(statementCountIs(0)).bind("empty"), ...),
5554 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument