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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp132 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break;
616 void CodeGenFunction::EmitForStmt(const ForStmt &S) { function in class:CodeGenFunction

Completed in 27 milliseconds