Searched refs:moduleInheritingFrom (Results 1 – 3 of 3) sorted by relevance
55 std::unique_ptr<Module> moduleInheritingFrom(const Module* parentModule);
195 .moduleInheritingFrom(parentModule); in compileModule()
419 std::unique_ptr<SkSL::Module> Parser::moduleInheritingFrom(const SkSL::Module* parentModule) { in moduleInheritingFrom() function in SkSL::Parser