Searched refs:ToTypeBase (Results 1 – 2 of 2) sorted by relevance
1091 return static_cast<const HeapConstantType*>(ToTypeBase()); in AsHeapConstant()1096 return static_cast<const OtherNumberConstantType*>(ToTypeBase()); in AsOtherNumberConstant()1101 return static_cast<const RangeType*>(ToTypeBase()); in AsRange()1106 return static_cast<const TupleType*>(ToTypeBase()); in AsTuple()1111 return static_cast<const UnionType*>(ToTypeBase()); in AsUnion()
457 const TypeBase* base = ToTypeBase(); in IsKind()461 const TypeBase* ToTypeBase() const { in ToTypeBase() function