Home | History | Annotate | Download | only in src

Lines Matching refs:ImportDeclaration

48   V(ImportDeclaration)           \
589 class ImportDeclaration FINAL : public Declaration {
591 DECLARE_NODE_TYPE(ImportDeclaration)
599 ImportDeclaration(Zone* zone,
3109 ImportDeclaration* NewImportDeclaration(VariableProxy* proxy,
3113 ImportDeclaration* decl =
3114 new(zone_) ImportDeclaration(zone_, proxy, module, scope, pos);
3115 VISIT_AND_RETURN(ImportDeclaration, decl)