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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp134 case Stmt::SwitchStmtClass: EmitSwitchStmt(cast<SwitchStmt>(*S)); break;
1192 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) { function in class:CodeGenFunction

Completed in 21 milliseconds