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

Method getMangledName

src/ast/ast.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 // annotations
81
82 string Annotation::getMangledName() const {
83 return module ? module->name + "::" + name : name;
84 }
85
86 string FunctionAnnotation::aotName ( ExprCallFunc * call ) {
87 return call->func->getAotBasicName();

Callers 15

yyparseFunction · 0.45
printSimFunctionFunction · 0.45
getFunctionHashFunction · 0.45
getStableDependenciesMethod · 0.45
getFunctionAotHashFunction · 0.45
getAotHashCommentFunction · 0.45
yyparseFunction · 0.45
runFunctionAnnotationsFunction · 0.45
ast_structureDeclarationFunction · 0.45
ast_structVarDefAbstractFunction · 0.45
implAddGenericFunctionFunction · 0.45

Calls 4

logMethod · 0.45
strMethod · 0.45
emptyMethod · 0.45
appendToMangledNameMethod · 0.45

Tested by

no test coverage detected