Home | History | Annotate | Download | only in src

Lines Matching defs:ImportDeclaration

67   V(ImportDeclaration)                          \
550 class ImportDeclaration: public Declaration {
552 DECLARE_NODE_TYPE(ImportDeclaration)
562 ImportDeclaration(VariableProxy* proxy,
2668 ImportDeclaration* NewImportDeclaration(VariableProxy* proxy,
2671 ImportDeclaration* decl =
2672 new(zone_) ImportDeclaration(proxy, module, scope);
2673 VISIT_AND_RETURN(ImportDeclaration, decl)