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