Searched refs:compoundStmt (Results 1 – 5 of 5) sorted by relevance
90 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) { in findGCDAntiPatternWithSemaphore()130 return compoundStmt( in findGCDAntiPatternWithSemaphore()134 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) { in findGCDAntiPatternWithGroup()176 return compoundStmt(GroupBindingM, GroupEnterM, AcceptsBlockM, GroupWaitM); in findGCDAntiPatternWithGroup()
345 makeRule(compoundStmt(statementCountIs(0)).bind("empty"), ...),346 makeRule(compoundStmt().bind("non-empty"),...)
170 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
912 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
2305 compoundStmt;