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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp184 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break;
388 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1816 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
1818 void EmitLabelStmt(const LabelStmt &S);

Completed in 56 milliseconds