HomeSort by: relevance | last modified time | path
    Searched refs:LinkDeclaration (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 71 class LinkDeclaration : public AttribDeclaration
76 static LinkDeclaration *create(const Loc &loc, LINK p, Dsymbols *decl);
77 LinkDeclaration *syntaxCopy(Dsymbol *s);
attrib.d 393 extern (C++) final class LinkDeclaration : AttribDeclaration
400 //printf("LinkDeclaration(linkage = %d, decl = %p)\n", linkage, decl);
404 static LinkDeclaration create(const ref Loc loc, LINK p, Dsymbols* decl)
406 return new LinkDeclaration(loc, p, decl);
409 override LinkDeclaration syntaxCopy(Dsymbol s)
412 return new LinkDeclaration(loc, linkage, Dsymbol.arraySyntaxCopy(decl));
visitor.h 103 class LinkDeclaration;
367 virtual void visit(LinkDeclaration *s) { visit((AttribDeclaration *)s); }
parsetimevisitor.d 71 void visit(AST.LinkDeclaration s) { visit(cast(AST.AttribDeclaration)s); }
transitivevisitor.d 533 override void visit(AST.LinkDeclaration d)
535 //printf("Visiting LinkDeclaration\n");
parse.d 847 s = new AST.LinkDeclaration(linkLoc, pAttrs.link, a);
4379 s = new AST.LinkDeclaration(linkloc, link, a);
4514 s = new AST.LinkDeclaration(linkloc, link, ax);
4550 s = new AST.LinkDeclaration(linkloc, link, ax);
4625 s = new AST.LinkDeclaration(linkloc, link, ax);
4895 s = new AST.LinkDeclaration(linkloc, link, a2);
cparse.d 109 auto ld = new AST.LinkDeclaration(token.loc, LINK.c, symbols);
1875 s = new AST.LinkDeclaration(s.loc, linkage, decls);
dtoh.d 683 override void visit(AST.LinkDeclaration ld)
hdrgen.d 963 override void visit(LinkDeclaration d)
expressionsem.d 4439 s = new LinkDeclaration(s.loc, LINK.c, decls);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 672 m->members->push (LinkDeclaration::create (Loc (), LINK::c, members));

Completed in 39 milliseconds