reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2870   void EmitLabelStmt(const LabelStmt &S);

References

tools/clang/lib/CodeGen/CGStmt.cpp
  362   case Stmt::LabelStmtClass:    EmitLabelStmt(cast<LabelStmt>(*S));       break;