Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefaultStmt

218   case Stmt::DefaultStmtClass:  EmitDefaultStmt(cast<DefaultStmt>(*S));   break;
1254 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) {
1423 const DefaultStmt *DefaultCase = nullptr;
1428 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) {
1533 if (isa<DefaultStmt>(Case))