struct CatchTypeInfo

Declaration

struct CatchTypeInfo { /* full declaration omitted */ };

Description

The MS C++ ABI needs a pointer to RTTI data plus some flags to describe the type of a catch handler, so we use this wrapper.

Declared at: clang/lib/CodeGen/CGCleanup.h:36

Member Variables

public llvm::Constant* RTTI
public unsigned int Flags