Lines Matching refs:Dsymbol
13 #include "dsymbol.h"
67 Dsymbol *agg;
79 Dsymbol *deferred; // any deferred semantic2() or semantic3() symbol
87 * pointing to the dsymbol that directly enclosing it.
90 * 3. If enclosing aggregate is template, its enclosing dsymbol.
93 Dsymbol *enclosing;
100 Dsymbol *ctor; // CtorDeclaration or TemplateDeclaration
134 Dsymbol *searchCtor();
189 StructDeclaration *syntaxCopy(Dsymbol *s);
190 Dsymbol *search(const Loc &loc, Identifier *ident, int flags = SearchLocalsOnly);
206 UnionDeclaration *syntaxCopy(Dsymbol *s);
283 ClassDeclaration *syntaxCopy(Dsymbol *s);
292 Dsymbol *search(const Loc &loc, Identifier *ident, int flags = SearchLocalsOnly);
310 Dsymbol *vtblsym;
311 Dsymbol *vtblSymbol();
320 InterfaceDeclaration *syntaxCopy(Dsymbol *s);