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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp379 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break;
607 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h3088 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
3090 void EmitLabelStmt(const LabelStmt &S);

Completed in 104 milliseconds