MCPcopy Create free account
hub / github.com/beefytech/Beef / GetImplBaseType

Method GetImplBaseType

IDEHelper/Compiler/BfResolvedTypeUtils.h:2305–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

CreateTypeDataMethod · 0.45
CheckInterfaceFixitMethod · 0.45
TypeIsSubTypeOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected