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

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

Completed in 107 milliseconds