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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp177 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break;
334 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1986 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
1988 void EmitLabelStmt(const LabelStmt &S);

Completed in 74 milliseconds