Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp47 …auto *identRef = checker->AllocNode<ir::Identifier>(param->AsTSTypeParameter()->Name()->Name(), al… in CreateStructTypeReference() local
72 …auto *identRef = checker->AllocNode<ir::Identifier>(util::StringView(STRUCT_CLASS_NAME), allocator… in CreateStructTypeReference() local
DdefaultParameterLowering.cpp120 auto *identRef = in CreateTypeParameterInstantiation() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp356 auto *identRef = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseConstExpression() local
451 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DexpressionParser.cpp1500 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1483 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DparserImpl.cpp334 auto *identRef = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsConstExpression() local