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

Method IsStructOrStructPtr

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

Source from the content-addressed store, hash-verified

581 virtual bool IsStructPtr() { return false; }
582 virtual bool IsUnion() { return false; }
583 virtual bool IsStructOrStructPtr() { return false; }
584 virtual bool IsObject() { return false; }
585 virtual bool IsObjectOrStruct() { return false; }
586 virtual bool IsObjectOrInterface() { return false; }

Callers 6

VisitMethod · 0.45
InitMethod · 0.45
AreConstraintsSubsetMethod · 0.45
MatchMethodMethod · 0.45
LookupQualifiedNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected