Home | History | Annotate | Download | only in src

Lines Matching refs:ModulePath

54   V(ModulePath)                                 \
672 class ModulePath FINAL : public Module {
674 DECLARE_NODE_TYPE(ModulePath)
680 ModulePath(Zone* zone, Module* module, const AstRawString* name, int pos)
3137 ModulePath* NewModulePath(Module* origin, const AstRawString* name, int pos) {
3138 ModulePath* module = new (zone_) ModulePath(zone_, origin, name, pos);
3139 VISIT_AND_RETURN(ModulePath, module)