Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IfStmt

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