Home | History | Annotate | Download | only in dmd

Lines Matching refs:AliasDeclaration

692         if (AliasDeclaration ad = s.isAliasDeclaration())
2300 auto ad = new AliasDeclaration(Loc.initial, tp.ident, ta);
2307 auto ad = new AliasDeclaration(Loc.initial, tp.ident, sa);
5403 Declaration ad = new AliasDeclaration(loc, ident, ti);
5643 Declaration ad = new AliasDeclaration(loc, ident, ti);
5725 Declaration ad = new AliasDeclaration(loc, ident, ti);
6403 // s is a lowered AliasDeclaration of the actual TemplateDeclaration.
6528 const AliasDeclaration ad = s.isAliasDeclaration();
7537 else if (AliasDeclaration ad = d.isAliasDeclaration())
7982 *psparam = new AliasDeclaration(ttp.loc, ttp.ident, ta);
8231 *psparam = new AliasDeclaration(tap.loc, tap.ident, s);
8235 *psparam = new AliasDeclaration(tap.loc, tap.ident, t);