TypedefType
class TypedefType : public virtual Type {
virtual ~TypedefType();
class DwarfTypedefType : public TypedefType, public DwarfType {
TypedefType::~TypedefType()
TypedefType::Kind() const
TypedefType::ResolveRawType(bool nextOneOnly) const