PrimitiveType
class SyntheticPrimitiveType : public PrimitiveType {
class PrimitiveType : public virtual Type {
virtual ~PrimitiveType();
class PrimitiveType;
PrimitiveType* type);
PrimitiveType* fType;
class DwarfTypeFactory::ArtificialIntegerType : public PrimitiveType {
class DwarfPrimitiveType : public PrimitiveType, public DwarfType {
PrimitiveType(),
PrimitiveType::~PrimitiveType()
PrimitiveType::Kind() const
PrimitiveType* baseType = NULL;
baseType = dynamic_cast<PrimitiveType*>(
baseType = dynamic_cast<PrimitiveType*>(
baseType = dynamic_cast<PrimitiveType*>(
if (PrimitiveType* baseType = dynamic_cast<PrimitiveType*>(
PrimitiveType* type)