Searched refs:EmitDoStmt (Results 1 – 2 of 2) sorted by relevance
150 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S), Attrs); break; in EmitStmt()953 void CodeGenFunction::EmitDoStmt(const DoStmt &S, in EmitDoStmt() function in CodeGenFunction
3244 void EmitDoStmt(const DoStmt &S, ArrayRef<const Attr *> Attrs = None);