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

Method makeBaseType

src/ast/ast.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 TypeDeclPtr Enumeration::makeBaseType() const {
126 return new TypeDecl(baseType);
127 }
128
129 Type Enumeration::getEnumType() const {
130 switch (baseType) {

Callers 3

makeEnumConstValueMethod · 0.80
visitEnumerationValueMethod · 0.80
validateAotCppMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected