Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp936 arguments.push_back(CreateDecoratorTarget(className, isConstructor || isStatic)); in CreateParamDecorators()
974 arguments.push_back(CreateDecoratorTarget(className, isStatic)); in CreatePropertyDecorators()
1014 arguments.push_back(CreateDecoratorTarget(className, isStatic)); in CreateMethodDecorators()
1018CreateDecoratorTarget(className, isStatic), GetClassMemberName(node->Key(), node->Computed(), node… in CreateMethodDecorators()
1029 auto *defineProperty = CreateDefinePropertyCall(CreateDecoratorTarget(className, isStatic), in CreateMethodDecorators()
1037 ir::Expression *Transformer::CreateDecoratorTarget(util::StringView className, bool isStatic) in CreateDecoratorTarget() function in panda::es2panda::parser::Transformer
Dtransformer.h146 ir::Expression *CreateDecoratorTarget(util::StringView className, bool isStatic);