Searched defs:identNode (Results 1 – 14 of 14) sorted by relevance
337 varbinder::Decl *BindClassName([[maybe_unused]] ir::ClassDefinition *identNode) override in BindClassName()
439 const auto identNode = classDef->Ident(); in BindClassName() local750 const auto identNode = func->Id(); in CreateFuncDecl() local
540 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseBreakStatement() local597 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseContinueStatement() local696 auto *identNode = ExpectIdentifier(); in ParseFunctionDeclaration() local1139 auto *identNode = AllocNode<ir::Identifier>(actualLabel, Allocator()); in ParseLabelledStatement() local
315 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseModuleOrNamespaceDeclaration() local952 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
151 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseDecorator() local1484 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
871 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local1458 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseOptionalChain() local
949 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() local
861 auto *identNode = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParsePrimaryExpressionIdent() local
781 ir::Identifier *identNode = ParseClassIdent(modifiers); in ParseClassDefinition() 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
3193 auto *identNode = AllocNode<ir::Identifier>(identStr); in SetIdentNodeInClassDefinition() local3209 ir::Identifier *identNode = nullptr; in ParseClassDefinition() local
965 auto *identNode = AllocNode<ir::Identifier>(propName); in AddGeneratedMethodToClass() local976 auto *identNode = AllocNode<ir::Identifier>(paramName); in AddGeneratedMethodToClass() local
1910 const auto *const identNode = node->AsIdentifier(); in CheckCapturedVariable() local