Searched refs:DefaultModuleDeclaration (Results 1 – 3 of 3) sorted by relevance
65 V(DefaultModuleDeclaration) \170 struct DefaultModuleDeclaration : ModuleDeclaration { struct171 DEFINE_AST_NODE_LEAF_BOILERPLATE(DefaultModuleDeclaration)172 DefaultModuleDeclaration(SourcePosition pos, in DefaultModuleDeclaration() argument203 DefaultModuleDeclaration* default_module() { return &default_module_; } in default_module()206 DefaultModuleDeclaration default_module_;
43 void Visit(DefaultModuleDeclaration* decl) { in Visit()
83 void Visit(DefaultModuleDeclaration* decl) { in Visit()