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

Method IsValueType

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

Source from the content-addressed store, hash-verified

596 virtual bool IsFunctionFromTypeRef() { return false; }
597 virtual BfDelegateInfo* GetDelegateInfo() { return NULL; }
598 virtual bool IsValueType() { return false; }
599 virtual bool IsOpaque() { return false; }
600 virtual bool IsValueTypeOrValueTypePtr() { return false; }
601 virtual bool IsWrappableType() { return false; }

Callers 15

AddDeferredCallEntryMethod · 0.45
DoObjectCreateMethod · 0.45
GetDefaultTypedValueMethod · 0.45
TryLocalVariableInitMethod · 0.45
CreateTypeDataMethod · 0.45
FlushNullConditionalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected