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

Function parseTypeFromMangledName

src/ast/ast_typedecl.cpp:4188–4191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4186 }
4187
4188 TypeDeclPtr parseTypeFromMangledName ( const char * & ch, const ModuleLibrary & library, Module * thisModule ) {
4189 MangledNameParser parser;
4190 return parser.parseTypeFromMangledName(ch, library, thisModule);
4191 }
4192
4193 bool hasImplicit ( const TypeDeclPtr & type ) {
4194 if ( type->implicit ) return true;

Callers 1

Calls 1

Tested by

no test coverage detected