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

Method IsOpaque

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

Source from the content-addressed store, hash-verified

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; }
602 virtual bool IsPrimitiveType() { return false; }

Callers 6

SetupIRMethodMethod · 0.45
ProcessMethodMethod · 0.45
DoPopulateTypeMethod · 0.45
PerformAssignmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected