Searched defs:EmitDoStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp133 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S)); break;
464 EmitDoStmt(cast<DoStmt>(*SubStmt), S.getAttrs());
769 void CodeGenFunction::EmitDoStmt(const DoStmt &S, function in class:CodeGenFunction

Completed in 60 milliseconds