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

Method getMangledName

src/ast/ast_typedecl.cpp:3242–3246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3240 }
3241
3242 string TypeDecl::getMangledName ( bool fullName ) const {
3243 TextWriter ss;
3244 getMangledName(ss, fullName);
3245 return ss.str();
3246 }
3247
3248 void TypeDecl::getMangledName ( TextWriter & ss, bool fullName ) const {
3249 if ( constant ) ss << "C";

Callers 3

getSemanticHashMethod · 0.45
getOwnSemanticHashMethod · 0.45
appendFunction · 0.45

Calls 6

hash64zFunction · 0.85
das_to_stringFunction · 0.85
strMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected