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

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

Completed in 126 milliseconds