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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp150 case Stmt::SwitchStmtClass: EmitSwitchStmt(cast<SwitchStmt>(*S)); break;
1629 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3105 void EmitSwitchStmt(const SwitchStmt &S);

Completed in 184 milliseconds