Searched defs:identNode (Results 1 – 3 of 3) sorted by relevance
338 auto *identNode = AllocNode<ir::Identifier>(name, Allocator()); in ParseTsModuleOrNamespaceDelaration() local911 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseBreakStatement() local972 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseContinueStatement() local1071 auto *identNode = AllocNode<ir::Identifier>(ident, Allocator()); in ParseFunctionDeclaration() local1501 auto *identNode = AllocNode<ir::Identifier>(actualLabel, Allocator()); in ParseLabelledStatement() local
965 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrimaryExpression() local1316 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseOptionalChain() local1529 … auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePostPrimaryExpression() local
2663 auto *identNode = AllocNode<ir::Identifier>(identStr, Allocator()); in SetIdentNodeInClassDefinition() local2678 ir::Identifier *identNode = nullptr; in ParseClassDefinition() local