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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp129 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S)); break;
518 void CodeGenFunction::EmitDoStmt(const DoStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1994 void EmitDoStmt(const DoStmt &S);

Completed in 68 milliseconds