Searched defs:identNode (Results 1 – 15 of 15) sorted by relevance
330 varbinder::Decl *BindClassName([[maybe_unused]] ir::ClassDefinition *identNode) override in BindClassName()
388 const auto identNode = classDef->Ident(); in BindClassName() local651 const auto identNode = func->Id(); in CreateFuncDecl() local
469 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseBreakStatement() local523 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseContinueStatement() local604 auto *identNode = ExpectIdentifier(); in ParseFunctionDeclaration() local1020 auto *identNode = AllocNode<ir::Identifier>(actualLabel, Allocator()); in ParseLabelledStatement() local
281 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseModuleOrNamespaceDeclaration() local892 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
151 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseDecorator() local1467 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
688 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
854 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local1452 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseOptionalChain() local
745 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
848 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
1708 ir::Identifier *identNode = nullptr; in ParseFunctionDeclaration() local
409 auto *identNode = AllocNode<ir::Identifier>(name); in ParseTsModuleOrNamespaceDelaration() local1030 auto *identNode = AllocNode<ir::Identifier>(label); in ParseBreakStatement() local1091 auto *identNode = AllocNode<ir::Identifier>(label); in ParseContinueStatement() local1196 auto *identNode = AllocNode<ir::Identifier>(ident); in ParseFunctionDeclaration() local1226 const ir::Identifier *identNode = func->Id(); in AddFunctionToBinder() local1659 auto *identNode = AllocNode<ir::Identifier>(actualLabel); in ParseLabelledStatement() local
1032 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParsePrimaryExpression() local1683 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParsePostPrimaryExpression() local
3096 auto *identNode = AllocNode<ir::Identifier>(identStr); in SetIdentNodeInClassDefinition() local3112 ir::Identifier *identNode = nullptr; in ParseClassDefinition() local
967 auto *identNode = AllocNode<ir::Identifier>(propName); in AddGeneratedMethodToClass() local978 auto *identNode = AllocNode<ir::Identifier>(paramName); in AddGeneratedMethodToClass() local
1647 const auto *const identNode = node->AsIdentifier(); in CheckCapturedVariable() local