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

Method IsMethodRef

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

Source from the content-addressed store, hash-verified

623 virtual bool IsMethodGenericParam() { return false; }
624 virtual bool IsClosure() { return false; }
625 virtual bool IsMethodRef() { return false; }
626 virtual bool IsTuple() { return false; }
627 virtual bool IsOnDemand() { return false; }
628 virtual bool IsTemporary() { return false; }

Callers 15

AddDependencyMethod · 0.45
CreateTypeDataMethod · 0.45
AggregateSplatMethod · 0.45
ExtractSplatValueMethod · 0.45
SetupIRMethodMethod · 0.45
EmitGCMarkMembersMethod · 0.45
ProcessMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected