Searched refs:CreateDecoratorTarget (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1423 arguments.push_back(CreateDecoratorTarget(className, isConstructor || isStatic)); in CreateParamDecorators() 1461 arguments.push_back(CreateDecoratorTarget(className, isStatic)); in CreatePropertyDecorators() 1501 arguments.push_back(CreateDecoratorTarget(className, isStatic)); in CreateMethodDecorators() 1505 …CreateDecoratorTarget(className, isStatic), GetClassMemberName(node->Key(), node->Computed(), node… in CreateMethodDecorators() 1516 auto *defineProperty = CreateDefinePropertyCall(CreateDecoratorTarget(className, isStatic), in CreateMethodDecorators() 1524 ir::Expression *Transformer::CreateDecoratorTarget(util::StringView className, bool isStatic) in CreateDecoratorTarget() function in panda::es2panda::parser::Transformer
|
| D | transformer.h | 184 ir::Expression *CreateDecoratorTarget(util::StringView className, bool isStatic);
|