Lines Matching refs:_scope
54 Dsymbols *d = include(_scope, NULL); in apply()
495 if (Scope *sc = _scope) in getMessage()
497 _scope = NULL; in getMessage()
834 assert(_scope); in setFieldOffset()
835 structalign_t alignment = _scope->alignment(); in setFieldOffset()
1232 return condition->include(_scope ? _scope : sc, sds) ? decl : elsedecl; in include()
1314 assert(_scope); // setScope is already done in include()
1316 d = ConditionalDeclaration::include(_scope, scopesym); in include()
1324 s->addMember(_scope, scopesym); in include()
1331 s->setScope(_scope); in include()
1437 if (_scope) in include()
1439 staticForeachPrepare(sfe, _scope); // lower static foreach aggregate in include()
1448 Dsymbols *d = makeTupleForeachStaticDecl(_scope, sfe->aggrfe, decl, sfe->needExpansion); in include()
1455 s->addMember(_scope, scopesym); in include()
1461 s->setScope(_scope); in include()
1617 if (_scope && decl) in semantic()
1622 s->setScope(_scope); in semantic()
1676 if (decl && !_scope) in semantic()
1704 if (decl && atts && atts->dim && _scope) in semantic2()
1706 _scope = NULL; in semantic2()
1734 if (Scope *sc = _scope) in getAttributes()
1736 _scope = NULL; in getAttributes()