Searched defs:EmitLabelStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp277 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break;
483 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) { function in class:CodeGenFunction

Completed in 32 milliseconds