Lines Matching refs:_scope
163 s = type->toDsymbol(_scope); in search()
610 if (inuse == 1 && type && _scope) in toAlias()
614 Dsymbol *s = type->toDsymbol(_scope); in toAlias()
628 Type *t = type->semantic(loc, _scope); in toAlias()
662 if (_import && _import->_scope) in toAlias()
669 if (_scope) in toAlias()
671 aliasSemantic(_scope); in toAlias()
877 if (_scope) in semantic()
879 sc = _scope; in semantic()
881 _scope = NULL; in semantic()
1530 _scope = scx ? scx : sc->copy(); in semantic()
1531 _scope->setNoFree(); in semantic()
1598 _scope = scx ? scx : sc->copy(); in semantic()
1599 _scope->setNoFree(); in semantic()
1612 edtor = ::semantic(edtor, sc->_module->_scope); in semantic()
1806 if ((!type || !type->deco) && _scope) in toAlias()
1807 semantic(_scope); in toAlias()
1990 if (_scope) in getConstInitializer()
1993 _init = ::semantic(_init, _scope, type, INITinterpret); in getConstInitializer()
1994 _scope = NULL; in getConstInitializer()