Home
last modified time | relevance | path

Searched defs:identRef (Results 1 - 7 of 7) sorted by relevance

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

Completed in 16 milliseconds