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

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

Completed in 96 milliseconds