Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IfStmt

129   case Stmt::IfStmtClass:       EmitIfStmt(cast<IfStmt>(*S));             break;
426 void CodeGenFunction::EmitIfStmt(const IfStmt &S) {