Searched defs:EmitDoStmt (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGStmt.cpp | 131 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S)); break; 569 void CodeGenFunction::EmitDoStmt(const DoStmt &S) { function in class:CodeGenFunction |
Completed in 77 milliseconds