| 2305 | virtual BfTypeInstance* GetImplBaseType() override { return (mBoxedBaseType != NULL) ? mBoxedBaseType : mBaseType; } |
| 2306 | |
| 2307 | bool IsBoxedStructPtr() |
| 2308 | { |
| 2309 | return (mBoxedFlags & BoxedFlags_StructPtr) != 0; |
| 2310 | } |
| 2311 | |
| 2312 | BfType* GetModifiedElementType(); |
| 2313 | }; |
no outgoing calls
no test coverage detected