Home
last modified time | relevance | path

Searched refs:CreateDecoratorTarget (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1423 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()
1505CreateDecoratorTarget(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
Dtransformer.h184 ir::Expression *CreateDecoratorTarget(util::StringView className, bool isStatic);