| 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"; |