comparison dmd2/dsymbol.h @ 953:5fa3e0ea06e9

Merged a bunch recent dmd v1 frontend changes into the dmd v2 tree.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 13 Feb 2009 22:20:30 +0100
parents 75c53f8f67a4
children 638d16625da2
comparison
equal deleted inserted replaced
952:29da57670853 953:5fa3e0ea06e9
119 int isAnonymous(); 119 int isAnonymous();
120 void error(Loc loc, const char *format, ...); 120 void error(Loc loc, const char *format, ...);
121 void error(const char *format, ...); 121 void error(const char *format, ...);
122 void checkDeprecated(Loc loc, Scope *sc); 122 void checkDeprecated(Loc loc, Scope *sc);
123 Module *getModule(); 123 Module *getModule();
124 Module *getCompilationModule(); // possibly different for templates
124 Dsymbol *pastMixin(); 125 Dsymbol *pastMixin();
125 Dsymbol *toParent(); 126 Dsymbol *toParent();
126 Dsymbol *toParent2(); 127 Dsymbol *toParent2();
127 TemplateInstance *inTemplateInstance(); 128 TemplateInstance *inTemplateInstance();
128 129