Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:SwitchStmt

951 /// switchStmt()
953 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchStmt> switchStmt;
3513 /// switchStmt(forEachSwitchCase(caseStmt().bind("c"))).bind("s")
3517 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>,