Home
last modified time | relevance | path

Searched refs:dualCtx (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d519 const bool dualCtx = (toParent2() != toParentLocal()); in declareThis() local
520 if (dualCtx) in declareThis()
523 if (!dualCtx && !ad && !isNested()) in declareThis()
535 if (dualCtx || isNested()) in declareThis()
541 Type tthis = addModStc(dualCtx ? in declareThis()
544 vthis = new VarDeclaration(loc, tthis, dualCtx ? Id.this2 : Id.capture, null); in declareThis()