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

Method IsFunctionFromTypeRef

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

Source from the content-addressed store, hash-verified

594 virtual bool IsDelegateOrFunction() { return false; }
595 virtual bool IsDelegateFromTypeRef() { return false; }
596 virtual bool IsFunctionFromTypeRef() { return false; }
597 virtual BfDelegateInfo* GetDelegateInfo() { return NULL; }
598 virtual bool IsValueType() { return false; }
599 virtual bool IsOpaque() { return false; }

Callers 14

FinishGenericParamsMethod · 0.45
ResolveGenericTypeMethod · 0.45
ResolveTypeResultMethod · 0.45
ResolveTypeRef_RefMethod · 0.45
DoTypeToStringMethod · 0.45
PopulateReifiedMethod · 0.45
MangleTypeInstMethod · 0.45
FindOrCreateNameSubMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected