Searched refs:ProtDeclaration (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h111 class ProtDeclaration : public AttribDeclaration class in inherits:AttribDeclaration
117 ProtDeclaration(Loc loc, Prot p, Dsymbols *decl);
118 ProtDeclaration(Loc loc, Identifiers* pkg_identifiers, Dsymbols *decl);
H A Dattrib.c572 /********************************* ProtDeclaration ****************************/
580 ProtDeclaration::ProtDeclaration(Loc loc, Prot p, Dsymbols *decl) function in class:ProtDeclaration
595 ProtDeclaration::ProtDeclaration(Loc loc, Identifiers* pkg_identifiers, Dsymbols *decl) function in class:ProtDeclaration
604 Dsymbol *ProtDeclaration::syntaxCopy(Dsymbol *s)
608 return new ProtDeclaration(this->loc, pkg_identifiers, Dsymbol::arraySyntaxCopy(decl));
610 return new ProtDeclaration(this->loc, protection, Dsymbol::arraySyntaxCopy(decl));
613 Scope *ProtDeclaration::newScope(Scope *sc)
622 void ProtDeclaration
[all...]
H A Dvisitor.h102 class ProtDeclaration;
396 virtual void visit(ProtDeclaration *s) { visit((AttribDeclaration *)s); }
H A Dstatement.c411 void visit(ProtDeclaration *d) { result = visitMembers(d->loc, d->decl); }
H A Ddoc.c942 void visit(ProtDeclaration *pd)
H A Dparse.c776 s = new ProtDeclaration(attrloc, pkg_prot_idents, a);
778 s = new ProtDeclaration(attrloc, pAttrs->protection, a);
H A Dhdrgen.c1304 void visit(ProtDeclaration *d)

Completed in 332 milliseconds