Home | History | Annotate | Download | only in src

Lines Matching refs:ModuleDeclaration

66   V(ModuleDeclaration)                          \
526 class ModuleDeclaration: public Declaration {
528 DECLARE_NODE_TYPE(ModuleDeclaration)
538 ModuleDeclaration(VariableProxy* proxy,
2660 ModuleDeclaration* NewModuleDeclaration(VariableProxy* proxy,
2663 ModuleDeclaration* decl =
2664 new(zone_) ModuleDeclaration(proxy, module, scope);
2665 VISIT_AND_RETURN(ModuleDeclaration, decl)