Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitLabelStmt

212   case Stmt::LabelStmtClass:    EmitLabelStmt(cast<LabelStmt>(*S));       break;
417 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) {