Searched refs:compoundStmt (Results 1 – 4 of 4) sorted by relevance
92 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) { in findGCDAntiPatternWithSemaphore()132 return compoundStmt( in findGCDAntiPatternWithSemaphore()136 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) { in findGCDAntiPatternWithGroup()178 return compoundStmt(GroupBindingM, GroupEnterM, AcceptsBlockM, GroupWaitM); in findGCDAntiPatternWithGroup()
160 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
762 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable
2124 compoundStmt;