Home | History | Annotate | Download | only in src

Lines Matching refs:ImportDeclaration

69   V(ImportDeclaration)                          \
582 class ImportDeclaration: public Declaration {
584 DECLARE_NODE_TYPE(ImportDeclaration)
592 ImportDeclaration(VariableProxy* proxy,
2887 ImportDeclaration* NewImportDeclaration(VariableProxy* proxy,
2890 ImportDeclaration* decl =
2891 new(zone_) ImportDeclaration(proxy, module, scope);
2892 VISIT_AND_RETURN(ImportDeclaration, decl)