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

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

Completed in 47 milliseconds