Searched refs:ExportDeclaration (Results 1 – 6 of 6) sorted by relevance
216 void Processor::VisitExportDeclaration(ExportDeclaration* node) {} in VisitExportDeclaration()
68 V(ExportDeclaration) \574 class ExportDeclaration: public Declaration {576 DECLARE_NODE_TYPE(ExportDeclaration) in DECLARE_NODE_TYPE() argument585 ExportDeclaration(VariableProxy* proxy, in ExportDeclaration() function2676 ExportDeclaration* NewExportDeclaration(VariableProxy* proxy, in NewExportDeclaration()2678 ExportDeclaration* decl = in NewExportDeclaration()2679 new(zone_) ExportDeclaration(proxy, scope); in NewExportDeclaration()2680 VISIT_AND_RETURN(ExportDeclaration, decl) in NewExportDeclaration()
95 void PrettyPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()797 void AstPrinter::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
71 ExportDeclaration* decl) { in VisitExportDeclaration()641 void FullCodeGenerator::VisitExportDeclaration(ExportDeclaration* decl) { in VisitExportDeclaration()
1005 INCREASE_NODE_COUNT(ExportDeclaration) in INCREASE_NODE_COUNT()
7089 void HGraphBuilder::VisitExportDeclaration(ExportDeclaration* decl) { in VisitExportDeclaration()