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

Method GetFuncType

IDEHelper/Backend/BeModule.h:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 }
598
599 BeFunctionType* GetFuncType()
600 {
601 BF_ASSERT(mType->IsPointer());
602 return (BeFunctionType*)(((BePointerType*)mType)->mElementType);
603 }
604
605 bool IsDecl()
606 {

Callers 6

HandleParamsMethod · 0.80
BuildMethod · 0.80
GetTypeMethod · 0.80
ToStringMethod · 0.80
HandleNextCmdMethod · 0.80
HandleParamsMethod · 0.80

Calls 1

IsPointerMethod · 0.45

Tested by

no test coverage detected