Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
makeEnumConstValue
Method · 0.80
visitEnumerationValue
Method · 0.80
validateAotCpp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected