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

Function describeCppType

src/ast/ast_typedecl.cpp:3837–3843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

validateAotCppMethod · 0.85
makeTypeInfoMethod · 0.85
initMethod · 0.85
initMethod · 0.85
makeMethod · 0.85

Calls 1

describeCppTypeExFunction · 0.85

Tested by

no test coverage detected