Searched refs:userAttribDecl (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddenum.d284 userAttribDecl = uad;
296 userAttribDecl ? userAttribDecl.syntaxCopy(s) : null,
H A Dscope.h123 UserAttributeDeclaration *userAttribDecl; // user defined attributes member in struct:Scope
H A Dattrib.d1397 sc2.userAttribDecl = this;
1437 if (userAttribDecl && userAttribDecl !is this)
1438 exps.push(new TupleExp(Loc.initial, userAttribDecl.getAttributes()));
1553 if (!sym.userAttribDecl)
1556 auto udas = sym.userAttribDecl.getAttributes();
1593 if (sym.userAttribDecl is null || sym.userAttribDecl.atts is null)
1596 foreach (exp; *sym.userAttribDecl.atts)
H A Ddsymbolsem.d317 dsym.userAttribDecl = sc.userAttribDecl;
382 dsym.userAttribDecl = null; // unset because it is set by Dsymbol.setScope()
390 dsym.userAttribDecl = sc.userAttribDecl;
1991 if (m.userAttribDecl)
1993 m.userAttribDecl.dsymbolSemantic(sc);
2037 ed.userAttribDecl = sc.userAttribDecl;
2265 if (em.userAttribDecl)
[all...]
H A Dsemantic2.d342 if (mod.userAttribDecl)
344 mod.userAttribDecl.semantic2(sc);
468 if (param && param.userAttribDecl)
469 param.userAttribDecl.semantic2(sc);
H A Dsemantic3.d202 if (mod.userAttribDecl)
204 mod.userAttribDecl.semantic3(sc);
341 sc2.userAttribDecl = null;
498 if (fparam.userAttribDecl)
499 v.userAttribDecl = fparam.userAttribDecl;
H A Ddsymbol.h185 UserAttributeDeclaration *userAttribDecl; // user defined attributes member in class:Dsymbol
H A Dmtype.h566 UserAttributeDeclaration *userAttribDecl; // user defined attributes member in class:TRUST::Parameter
569 Expression *defaultArg, UserAttributeDeclaration *userAttribDecl);
H A Daggregate.d175 sc2.userAttribDecl = null;
H A Ddsymbol.d256 UserAttributeDeclaration userAttribDecl; // user defined attributes
862 if (!userAttribDecl)
863 userAttribDecl = sc.userAttribDecl;
H A Ddscope.d138 UserAttributeDeclaration userAttribDecl;
H A Dcppmangle.d2394 if (!s.userAttribDecl || !s.userAttribDecl.atts)
2397 foreach (exp; *s.userAttribDecl.atts)
H A Dhdrgen.d103 if (m.userAttribDecl)
106 argsToBuffer(m.userAttribDecl.atts, buf, hgs);
3170 if (p.userAttribDecl)
3174 bool isAnonymous = p.userAttribDecl.atts.dim > 0 && !(*p.userAttribDecl.atts)[0].isCallExp();
3178 argsToBuffer(p.userAttribDecl.atts, buf, hgs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h120 UserAttributeDeclaration *userAttribDecl; // user defined attributes member in struct:Scope
H A Ddenum.c122 userAttribDecl = sc->userAttribDecl;
556 userAttribDecl = ed->isAnonymous() ? ed->userAttribDecl : NULL;
H A Ddmodule.c752 if (userAttribDecl)
754 userAttribDecl->semantic(sc);
786 if (userAttribDecl)
788 userAttribDecl->semantic2(sc);
820 if (userAttribDecl)
822 userAttribDecl->semantic3(sc);
H A Ddsymbol.c57 this->userAttribDecl = NULL;
75 this->userAttribDecl = NULL;
457 if (!userAttribDecl)
458 userAttribDecl = sc->userAttribDecl;
H A Ddstruct.c234 sc2->userAttribDecl = NULL;
1074 userAttribDecl = sc->userAttribDecl;
H A Ddeclaration.c332 userAttribDecl = sc->userAttribDecl;
348 userAttribDecl = sc->userAttribDecl;
896 userAttribDecl = sc->userAttribDecl;
H A Dattrib.c1659 sc2->userAttribDecl = this;
1741 if (userAttribDecl)
1742 exps->push(new TupleExp(Loc(), userAttribDecl->getAttributes()));
H A Ddclass.c387 userAttribDecl = sc->userAttribDecl;
1476 userAttribDecl = sc->userAttribDecl;
H A Ddsymbol.h163 UserAttributeDeclaration *userAttribDecl; // user defined attributes member in class:Dsymbol
H A Ddscope.c101 this->userAttribDecl = NULL;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc332 if (!sym->userAttribDecl)
343 Expressions *attrs = sym->userAttribDecl->getAttributes ();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc416 if (!sym->userAttribDecl)
427 Expressions *attrs = sym->userAttribDecl->getAttributes ();

Completed in 472 milliseconds

12