Searched defs:identNode (Results 1 – 15 of 15) sorted by relevance
64 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseNamespaceDefinition() local
524 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseBreakStatement() local577 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseContinueStatement() local671 auto *identNode = ExpectIdentifier(); in ParseFunctionDeclaration() local1144 auto *identNode = AllocNode<ir::Identifier>(actualLabel, Allocator()); in ParseLabelledStatement() local
292 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseModuleOrNamespaceDeclaration() local934 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
151 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseDecorator() local1465 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
741 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
926 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local1535 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseOptionalChain() local
846 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
773 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
332 varbinder::Decl *BindClassName([[maybe_unused]] ir::ClassDefinition *identNode) override in BindClassName()
429 const auto identNode = classDef->Ident(); in BindClassName() local696 const auto identNode = func->Id(); in CreateFuncDecl() local
420 auto *identNode = AllocNode<ir::Identifier>(name); in ParseTsModuleOrNamespaceDelaration() local1045 auto *identNode = AllocNode<ir::Identifier>(label); in ParseBreakStatement() local1106 auto *identNode = AllocNode<ir::Identifier>(label); in ParseContinueStatement() local1211 auto *identNode = AllocNode<ir::Identifier>(ident); in ParseFunctionDeclaration() local1241 const ir::Identifier *identNode = func->Id(); in AddFunctionToBinder() local1674 auto *identNode = AllocNode<ir::Identifier>(actualLabel); in ParseLabelledStatement() local
1013 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParsePrimaryExpression() local1664 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParsePostPrimaryExpression() local
3147 auto *identNode = AllocNode<ir::Identifier>(identStr); in SetIdentNodeInClassDefinition() local3163 ir::Identifier *identNode = nullptr; in ParseClassDefinition() local
958 auto *identNode = AllocNode<ir::Identifier>(propName); in AddGeneratedMethodToClass() local969 auto *identNode = AllocNode<ir::Identifier>(paramName); in AddGeneratedMethodToClass() local
1683 const auto *const identNode = node->AsIdentifier(); in CheckCapturedVariable() local