Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp162 case Stmt::SwitchStmtClass: EmitSwitchStmt(cast<SwitchStmt>(*S)); break; in EmitStmt()
2125 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) { in EmitSwitchStmt() function in CodeGenFunction
H A DCodeGenFunction.h3564 void EmitSwitchStmt(const SwitchStmt &S);