Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp353 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break; in EmitSimpleStmt()
559 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) { in EmitLabelStmt() function in CodeGenFunction
H A DCodeGenFunction.h2856 void EmitLabelStmt(const LabelStmt &S);