Searched refs:InterruptingStr (Results 1 – 1 of 1) sorted by relevance
46 static const char InterruptingStr[] = "interrupting"; variable173 returnStmt().bind(InterruptingStr), continueStmt().bind(InterruptingStr), in registerMatchers()174 breakStmt().bind(InterruptingStr), cxxThrowExpr().bind(InterruptingStr))); in registerMatchers()243 const auto *Interrupt = Result.Nodes.getNodeAs<Stmt>(InterruptingStr); in check()