Home | History | Annotate | Download | only in src

Lines Matching refs:ExportDeclaration

49   V(ExportDeclaration)
613 class ExportDeclaration FINAL : public Declaration {
615 DECLARE_NODE_TYPE(ExportDeclaration)
622 ExportDeclaration(Zone* zone, VariableProxy* proxy, Scope* scope, int pos)
3118 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy,
3121 ExportDeclaration* decl =
3122 new(zone_) ExportDeclaration(zone_, proxy, scope, pos);
3123 VISIT_AND_RETURN(ExportDeclaration, decl)