Searched refs:caseStmt (Results 1 – 4 of 4) sorted by relevance
3518 switchStmt(forEachSwitchCase(caseStmt())))); in TEST()3520 switchStmt(forEachSwitchCase(caseStmt())))); in TEST()3522 switchStmt(forEachSwitchCase(caseStmt())))); in TEST()3528 caseStmt(hasCaseConstant(integerLiteral())))))); in TEST()3531 caseStmt(hasCaseConstant(integerLiteral())))))); in TEST()3534 caseStmt(hasCaseConstant(integerLiteral())))))); in TEST()3537 switchStmt(forEachSwitchCase(caseStmt().bind("x"))), in TEST()
114 REGISTER_MATCHER(caseStmt); in RegistryMaps()
1388 const internal::VariadicDynCastAllOfMatcher<Stmt, CaseStmt> caseStmt; variable
437 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) { in ActOnCaseStmtBody() argument440 CaseStmt *CS = static_cast<CaseStmt*>(caseStmt); in ActOnCaseStmtBody()