Home | History | Annotate | Download | only in src

Lines Matching defs:ModuleDeclaration

47   V(ModuleDeclaration)           \
565 class ModuleDeclaration FINAL : public Declaration {
567 DECLARE_NODE_TYPE(ModuleDeclaration)
575 ModuleDeclaration(Zone* zone,
3100 ModuleDeclaration* NewModuleDeclaration(VariableProxy* proxy,
3104 ModuleDeclaration* decl =
3105 new(zone_) ModuleDeclaration(zone_, proxy, module, scope, pos);
3106 VISIT_AND_RETURN(ModuleDeclaration, decl)