Searched refs:DeprecatedDeclaration (Results 1 – 22 of 22) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | attrib.c | 437 DeprecatedDeclaration::DeprecatedDeclaration(Expression *msg, Dsymbols *decl) in DeprecatedDeclaration() function 444 Dsymbol *DeprecatedDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy() 447 return new DeprecatedDeclaration(msg->syntaxCopy(), Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy() 459 Scope *DeprecatedDeclaration::newScope(Scope *sc) in newScope() 469 void DeprecatedDeclaration::setScope(Scope *sc) in setScope() 487 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2() 493 const char *DeprecatedDeclaration::getMessage() in getMessage()
|
| H A D | attrib.h | 71 class DeprecatedDeclaration : public StorageClassDeclaration 77 DeprecatedDeclaration(Expression *msg, Dsymbols *decl);
|
| H A D | scope.h | 116 DeprecatedDeclaration *depdecl; // customized deprecation message
|
| H A D | dsymbol.h | 162 DeprecatedDeclaration *depdecl; // customized deprecation message
|
| H A D | visitor.h | 99 class DeprecatedDeclaration; variable 393 virtual void visit(DeprecatedDeclaration *s) { visit((StorageClassDeclaration *)s); } in visit()
|
| H A D | statement.c | 409 void visit(DeprecatedDeclaration *d) { result = visitMembers(d->loc, d->decl); } in toStatement()
|
| H A D | hdrgen.c | 1256 void visit(DeprecatedDeclaration *d) in visit()
|
| H A D | parse.c | 647 s = new DeprecatedDeclaration(pAttrs->depmsg, a); in parseDeclDefs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | attrib.h | 59 class DeprecatedDeclaration : public StorageClassDeclaration 65 DeprecatedDeclaration *syntaxCopy(Dsymbol *s);
|
| H A D | scope.h | 119 DeprecatedDeclaration *depdecl; // customized deprecation message
|
| H A D | denum.d | 280 StorageClass stc, UserAttributeDeclaration uad, DeprecatedDeclaration dd) in this()
|
| H A D | attrib.d | 337 extern (C++) final class DeprecatedDeclaration : StorageClassDeclaration 348 override DeprecatedDeclaration syntaxCopy(Dsymbol s) in syntaxCopy() 351 return new DeprecatedDeclaration(msg.syntaxCopy(), Dsymbol.arraySyntaxCopy(decl)); in syntaxCopy()
|
| H A D | dsymbol.h | 184 DeprecatedDeclaration *depdecl; // customized deprecation message
|
| H A D | visitor.h | 102 class DeprecatedDeclaration; variable 379 virtual void visit(DeprecatedDeclaration *s) { visit((StorageClassDeclaration *)s); } in visit()
|
| H A D | dscope.d | 133 DeprecatedDeclaration depdecl; /// customized deprecation message
|
| H A D | semantic2.d | 542 override void visit(DeprecatedDeclaration dd) in visit()
|
| H A D | parsetimevisitor.d | 84 void visit(AST.DeprecatedDeclaration s) { visit(cast(AST.StorageClassDeclaration)s); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 526 override void visit(AST.DeprecatedDeclaration d) in ParseVisitMethods()
|
| H A D | dsymbol.d | 255 DeprecatedDeclaration depdecl; // customized deprecation message
|
| H A D | parse.d | 754 s = new AST.DeprecatedDeclaration(pAttrs.depmsg, a); 3138 AST.DeprecatedDeclaration dd; in parseEnum() 3141 dd = new AST.DeprecatedDeclaration(deprecationMessage, null); in parseEnum()
|
| H A D | hdrgen.d | 955 override void visit(DeprecatedDeclaration d) in visit()
|
| H A D | dsymbolsem.d | 164 const(char)* getMessage(DeprecatedDeclaration dd) in getMessage()
|