MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / canBeSubstituted

Method canBeSubstituted

include/daScript/ast/ast.h:550–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 virtual bool avoidNullPtr() const { return false; }
549 virtual bool canSubstitute ( TypeAnnotation * /* passType */ ) const { return false; }
550 virtual bool canBeSubstituted ( TypeAnnotation * /* passType */ ) const { return false; }
551 virtual string getSmartAnnotationCloneFunction () const { return ""; }
552 virtual size_t getSizeOf() const { return sizeof(void *); }
553 virtual size_t getAlignOf() const { return 1; }

Callers 1

isSameTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected