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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp180 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
343 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1990 void EmitGotoStmt(const GotoStmt &S);

Completed in 473 milliseconds