Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp397 auto *fieldIdent = ProgramAllocNode<ir::Identifier>(name, ProgramAllocator()); in CreateStaticReadonlyField() local
634 … auto *fieldIdent = ProgramAllocNode<ir::Identifier>(import->AssemblerName(), ProgramAllocator()); in BuildClassBodyFromDynamicImports() local
724 auto *fieldIdent = ProgramAllocNode<ir::Identifier>(assemblyName, ProgramAllocator()); in BuildLambdaObjectClass() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp346 auto *fieldIdent = checker->AllocNode<ir::Identifier>(name, checker->Allocator()); in CreateClassProperty() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp146 auto *fieldIdent = ctx->AllocNode<ir::Identifier>(propName, allocator); in CreateNamedAccessProperty() local
DenumLowering.cpp328 auto *const fieldIdent = Allocator()->New<ir::Identifier>(ORDINAL_NAME, Allocator()); in CreateOrdinalField() local