Searched refs:sthis (Results 1 – 5 of 5) sorted by relevance
323 void mangleDecl(Declaration *sthis) in mangleDecl() argument325 mangleParent(sthis); in mangleDecl()327 assert(sthis->ident); in mangleDecl()328 const char *id = sthis->ident->toChars(); in mangleDecl()329 toBuffer(id, sthis); in mangleDecl()331 if (FuncDeclaration *fd = sthis->isFuncDeclaration()) in mangleDecl()335 else if (sthis->type->deco) in mangleDecl()337 buf->writestring(sthis->type->deco); in mangleDecl()
454 void mangleDecl(Declaration sthis) in mangleDecl() argument456 mangleParent(sthis); in mangleDecl()457 assert(sthis.ident); in mangleDecl()458 mangleIdentifier(sthis.ident, sthis); in mangleDecl()459 if (FuncDeclaration fd = sthis.isFuncDeclaration()) in mangleDecl()463 else if (sthis.type) in mangleDecl()465 visitWithMask(sthis.type, 0); in mangleDecl()
2173 PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]); in SWIG_Python_InitShadowInstance() local2174 if (sthis) { in SWIG_Python_InitShadowInstance()2175 PySwigObject_append((PyObject*) sthis, obj[1]); in SWIG_Python_InitShadowInstance()
85 * d-irstate.h (IRState): Move func, mod, sthis, deferred,
728 (IRState::sthis): New member which holds the chain of function.