Home
last modified time | relevance | path

Searched refs:DefaultModuleDeclaration (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Dast.h65 V(DefaultModuleDeclaration) \
170 struct DefaultModuleDeclaration : ModuleDeclaration { struct
171 DEFINE_AST_NODE_LEAF_BOILERPLATE(DefaultModuleDeclaration)
172 DefaultModuleDeclaration(SourcePosition pos, in DefaultModuleDeclaration() argument
203 DefaultModuleDeclaration* default_module() { return &default_module_; } in default_module()
206 DefaultModuleDeclaration default_module_;
Ddeclaration-visitor.h43 void Visit(DefaultModuleDeclaration* decl) { in Visit()
Dimplementation-visitor.h83 void Visit(DefaultModuleDeclaration* decl) { in Visit()