| 3835 | } |
| 3836 | |
| 3837 | string describeCppType ( const TypeDecl * type, |
| 3838 | CpptSubstitureRef substituteRef, |
| 3839 | CpptSkipRef skipRef, |
| 3840 | CpptSkipConst skipConst, |
| 3841 | CpptRedundantConst redundantConst, ChooseSmartPtr chooseSmartPtr ) { |
| 3842 | return describeCppTypeEx(type, substituteRef, skipRef, skipConst, redundantConst, chooseSmartPtr); |
| 3843 | } |
| 3844 | |
| 3845 | // Mangled name parser |
| 3846 |
no test coverage detected