HomeSort by: relevance | last modified time | path
    Searched refs:EmitSwitchStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 154 case Stmt::SwitchStmtClass: EmitSwitchStmt(cast<SwitchStmt>(*S)); break;
1797 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) {
CodeGenFunction.h 3193 void EmitSwitchStmt(const SwitchStmt &S);

Completed in 21 milliseconds