Home
last modified time | relevance | path

Searched defs:fieldIdent (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp42 auto *fieldIdent = allocator->New<ir::Identifier>(fieldName.View(), allocator); in CreateCapturedField() local
H A DunionLowering.cpp88 auto *fieldIdent = checker->AllocNode<ir::Identifier>(propName, allocator); in CreateUnionFieldClassProperty() local
H A DenumLowering.cpp256 auto *const fieldIdent = Allocator()->New<ir::Identifier>("ordinal", Allocator()); in CreateOrdinalField() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp347 auto *fieldIdent = checker->AllocNode<ir::Identifier>(name, checker->Allocator()); in CreateClassProperty() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp371 auto *fieldIdent = AllocNode<ir::Identifier>(name, Allocator()); in CreateStaticReadonlyField() local

Completed in 5 milliseconds