| 2303 | virtual bool IsUnspecializedTypeVariation() override { return mElementType->IsUnspecializedTypeVariation(); } |
| 2304 | |
| 2305 | virtual BfTypeInstance* GetImplBaseType() override { return (mBoxedBaseType != NULL) ? mBoxedBaseType : mBaseType; } |
| 2306 | |
| 2307 | bool IsBoxedStructPtr() |
| 2308 | { |
no outgoing calls
no test coverage detected