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

Function parseMangledNameFn

src/builtin/module_builtin_ast.cpp:646–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 };
645
646 TypeDeclPtr parseMangledNameFn ( const char * txt, ModuleGroup & lib, Module * thisModule, Context * context, LineInfoArg * at ) {
647 if ( !txt ) context->throw_error_at(at, "can't parse empty mangled name");
648 MangledNameParserCtx parser;
649 parser.context = context;
650 parser.at = at;
651 return parser.parseTypeFromMangledName(txt, lib, thisModule);
652 }
653
654 void forceAtRaw ( Expression * expr, const LineInfo & at ) {
655 forceAt(expr, at);

Callers

nothing calls this directly

Calls 2

throw_error_atMethod · 0.80

Tested by

no test coverage detected