Home
last modified time | relevance | path

Searched refs:fieldDecl (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DunionLowering.cpp102 ArenaVector<ir::AstNode *> fieldDecl {allocator->Adapter()}; in CreateUnionFieldClassProperty()
103 fieldDecl.push_back(field); in CreateUnionFieldClassProperty()
104 dummyClass->AddProperties(std::move(fieldDecl)); in CreateUnionFieldClassProperty()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2321 auto *fieldDecl = Allocator()->New<varbinder::LetDecl>(classProp->Key()->AsIdentifier()->Name()); in ClassPropToImplementationProp() local
2322 fieldDecl->BindNode(classProp); in ClassPropToImplementationProp()
2324 auto fieldVar = scope->InstanceFieldScope()->AddDecl(Allocator(), fieldDecl, ScriptExtension::ETS); in ClassPropToImplementationProp()

Completed in 6 milliseconds