Searched refs:CreateMethodDecorators (Results 1 – 2 of 2) sorted by relevance
163 std::vector<ir::AstNode *> CreateMethodDecorators(util::StringView className,
1152 … auto methodDecorators = CreateMethodDecorators(name, definition, variableDeclarations, isStatic); in VisitClassDeclaration()1472 std::vector<ir::AstNode *> Transformer::CreateMethodDecorators(util::StringView className, in CreateMethodDecorators() function in panda::es2panda::parser::Transformer