Searched defs:identRef (Results 1 – 8 of 8) sorted by relevance
360 auto *identRef = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseConstExpression() local461 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
1511 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
320 auto *identRef = checker->AllocNode<ir::Identifier>(name, checker->Allocator()); in CreateETSTypeReference() local
119 auto *identRef = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateTypeParameterInstantiation() local
99 auto *identRef = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateTypeParameterInstantiation() local
267 auto *identRef = AllocNode<ir::Identifier>(util::StringView(BASE_CLASS_NAME), Allocator()); in CreateClass() local
1464 ir::Expression *identRef = ParsePrimaryExpression(); in ParsePotentialArrowExpression() local
321 auto *identRef = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsConstExpression() local