Searched refs:withsym (Results 1 – 2 of 2) sorted by relevance
303 WithScopeSymbol *withsym = scopesym->isWithScopeSymbol(); in visit() local304 if (withsym && withsym->withstate->wthis) in visit()333 e = new VarExp(exp->loc, withsym->withstate->wthis); in visit()339 if (withsym) in visit()860 WithScopeSymbol *withsym; in visit() local861 if (!ti->findTempDecl(sc, &withsym) || in visit()864 if (withsym && withsym->withstate->wthis) in visit()866 Expression *e = new VarExp(exp->loc, withsym->withstate->wthis); in visit()2802 WithScopeSymbol *withsym; in visit() local2803 if (!ti->findTempDecl(sc, &withsym) || in visit()[all …]
2602 WithScopeSymbol withsym = scopesym.isWithScopeSymbol(); in visit() local2603 if (withsym && withsym.withstate.wthis && symbolIsVisible(sc, s)) in visit()2630 e = new VarExp(exp.loc, withsym.withstate.wthis); in visit()2636 if (withsym) in visit()2638 if (withsym.withstate.exp.type.ty != Tvoid) in visit()2642 e = new TypeExp(exp.loc, withsym.withstate.exp.type); in visit()2647 e = withsym.withstate.exp; in visit()3309 WithScopeSymbol withsym; in visit() local3310 if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc)) in visit()3312 if (withsym && withsym.withstate.wthis) in visit()[all …]