Home
last modified time | relevance | path

Searched defs:identRef (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp360 auto *identRef = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseConstExpression() local
461 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DexpressionParser.cpp1511 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
Dhelpers.cpp320 auto *identRef = checker->AllocNode<ir::Identifier>(name, checker->Allocator()); in CreateETSTypeReference() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParametersInConstructorLowering.cpp119 auto *identRef = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateTypeParameterInstantiation() local
DrestTupleLowering.cpp99 auto *identRef = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateTypeParameterInstantiation() local
DenumLowering.cpp267 auto *identRef = AllocNode<ir::Identifier>(util::StringView(BASE_CLASS_NAME), Allocator()); in CreateClass() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1464 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DparserImpl.cpp321 auto *identRef = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsConstExpression() local