Home
last modified time | relevance | path

Searched refs:InterruptingStr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp46 static const char InterruptingStr[] = "interrupting"; variable
173 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()