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

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

Completed in 103 milliseconds