MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / ~ArrayType

Method ~ArrayType

libs/wgtcc/type.h:284–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 static ArrayType* New(int len, QualType eleType);
283 static ArrayType* New(Expr* expr, QualType eleType);
284 virtual ~ArrayType() { /*delete derived_;*/ }
285
286 virtual ArrayType* ToArray() { return this; }
287 virtual const ArrayType* ToArray() const { return this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected