HomeSort by: relevance | last modified time | path
    Searched refs:withstate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.d 1849 WithStatement withstate;
1851 extern (D) this(WithStatement withstate) nothrow
1853 this.withstate = withstate;
1864 for (Expression e = withstate.exp; e && e != eold; e = resolveAliasThis(_scope, e, true))
dsymbol.h 353 WithStatement *withstate; member in class:WithScopeSymbol
dscope.d 643 if (VarDeclaration vd = ss.withstate.wthis)
expressionsem.d 2603 if (withsym && withsym.withstate.wthis && symbolIsVisible(sc, s))
2630 e = new VarExp(exp.loc, withsym.withstate.wthis);
2638 if (withsym.withstate.exp.type.ty != Tvoid)
2642 e = new TypeExp(exp.loc, withsym.withstate.exp.type);
2647 e = withsym.withstate.exp;
2749 if (ss.withstate.wthis)
2752 e = new VarExp(exp.loc, ss.withstate.wthis);
2762 else if (ss.withstate.exp && ss.withstate.exp.op == EXP.type)
2764 if (Type t = ss.withstate.exp.isTypeExp().type
    [all...]

Completed in 54 milliseconds