Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp660 auto *const functionIdent = in CreateEnumToStringMethod() local
663 function->SetIdent(functionIdent); in CreateEnumToStringMethod()
664 function->Scope()->BindInternalName(functionIdent->Name()); in CreateEnumToStringMethod()
665 MakeMethodDef(checker_, enumClass, varbinder_, functionIdent, function); in CreateEnumToStringMethod()
666 functionIdent->SetReference(); in CreateEnumToStringMethod()
688 auto *const functionIdent = in CreateEnumValueOfMethod() local
690 function->SetIdent(functionIdent); in CreateEnumValueOfMethod()
691 function->Scope()->BindInternalName(functionIdent->Name()); in CreateEnumValueOfMethod()
693 MakeMethodDef(checker_, enumClass, varbinder_, functionIdent, function); in CreateEnumValueOfMethod()
695 functionIdent->SetReference(); in CreateEnumValueOfMethod()
[all …]