Searched refs:EnumerationType (Results 1 – 8 of 8) sorted by relevance
12 class EnumerationType; variable17 EnumerationValue(EnumerationType* type,21 EnumerationType* GetType() const in GetType()27 EnumerationType* fType;
12 class EnumerationType; variable18 EnumerationType* type);29 EnumerationType* fType;
48 return dynamic_cast<EnumerationType*>(type)->CountValues(); in CountElements()210 EnumerationType::~EnumerationType() in ~EnumerationType()216 EnumerationType::Kind() const in Kind()223 EnumerationType::ValueFor(const BVariant& value) const in ValueFor()
33 EnumerationType* type = initialValue->GetType(); in ConfigureOptions()58 EnumerationType* type = initialValue->GetType(); in GetSelectedValue()
12 EnumerationValue::EnumerationValue(EnumerationType* type, const BVariant& value) in EnumerationValue()
19 EnumerationType* type) in EnumerationValueNode()
238 class EnumerationType : public virtual Type {240 virtual ~EnumerationType();
446 class DwarfEnumerationType : public EnumerationType, public DwarfType {