Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LabelStmt

277   case Stmt::LabelStmtClass:    EmitLabelStmt(cast<LabelStmt>(*S));       break;
321 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
483 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) {