Home
last modified time | relevance | path

Searched defs:identRef (Results 1 – 7 of 7) 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
70 …auto *identRef = checker->AllocNode<ir::Identifier>(util::StringView(STRUCT_CLASS_NAME), allocator… in CreateStructTypeReference() local
DdefaultParameterLowering.cpp125 auto *identRef = in CreateTypeParameterInstantiation() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp356 auto *identRef = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseConstExpression() local
450 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DexpressionParser.cpp1584 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/es2panda/parser/
DexpressionParser.cpp1464 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
DparserImpl.cpp318 auto *identRef = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsConstExpression() local