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

Overrides

tools/clang/lib/CodeGen/CGCXXABI.h
  240   virtual void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) = 0;

Declarations

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  121   void emitBeginCatch(CodeGenFunction &CGF, const CXXCatchStmt *C) override;