Home
last modified time | relevance | path

Searched defs:fieldIdent (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp389 auto *fieldIdent = AllocNode<ir::Identifier>(name, Allocator()); in CreateStaticReadonlyField() local
610 auto *fieldIdent = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in BuildDynamicImportClass() local
673 auto *fieldIdent = AllocNode<ir::Identifier>(assemblyName, Allocator()); in BuildLambdaObjectClass() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp88 auto *fieldIdent = checker->AllocNode<ir::Identifier>(propName, allocator); in CreateUnionFieldClassProperty() local
DlocalClassLowering.cpp42 auto *fieldIdent = allocator->New<ir::Identifier>(fieldName.View(), allocator); in CreateCapturedField() local
DenumLowering.cpp256 auto *const fieldIdent = Allocator()->New<ir::Identifier>("ordinal", Allocator()); in CreateOrdinalField() local