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

Method makeValueType

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

Source from the content-addressed store, hash-verified

554 virtual uint32_t getFieldOffset ( const string & ) const { return -1U; }
555 virtual TypeInfo * getFieldType ( const string & ) const { return nullptr; }
556 virtual TypeDeclPtr makeValueType() const { return nullptr; }
557 virtual TypeDeclPtr makeFieldType ( const string &, bool ) const { return nullptr; }
558 virtual TypeDeclPtr makeSafeFieldType ( const string &, bool ) const { return nullptr; }
559 virtual TypeDeclPtr makeIndexType ( ExpressionPtr /*src*/, ExpressionPtr /*idx*/ ) const { return nullptr; }

Callers 3

visitMethod · 0.45
getR2VTypeMethod · 0.45
getUnderlyingValueTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected