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

Method ToGenericTypeInstance

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

Source from the content-addressed store, hash-verified

547 virtual BfDependedType* ToDependedType() { return NULL; }
548 virtual BfTypeInstance* ToTypeInstance() { return NULL; }
549 virtual BfTypeInstance* ToGenericTypeInstance() { return NULL; }
550 virtual BfPrimitiveType* ToPrimitiveType() { return NULL; }
551 virtual bool IsDependendType() { return false; }
552 virtual int GetGenericDepth() { return 0; }

Callers 15

VisitMethod · 0.45
CreateTypeDataMethod · 0.45
EmitIteratorBlockMethod · 0.45
InitGenericParamsMethod · 0.45
FinishGenericParamsMethod · 0.45
DoPopulateTypeMethod · 0.45
ResolveGenericTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected