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

Method IsDelegateOrFunction

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

Source from the content-addressed store, hash-verified

592 virtual bool IsDelegate() { return false; }
593 virtual bool IsFunction() { return false; }
594 virtual bool IsDelegateOrFunction() { return false; }
595 virtual bool IsDelegateFromTypeRef() { return false; }
596 virtual bool IsFunctionFromTypeRef() { return false; }
597 virtual BfDelegateInfo* GetDelegateInfo() { return NULL; }

Callers 7

CreateTypeDataMethod · 0.45
GetDelegateReturnTypeMethod · 0.45
CastToValueMethod · 0.45
ResolveArgTypedValueMethod · 0.45
LoadLocalMethod · 0.45
MatchMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected