Home
last modified time | relevance | path

Searched defs:identNode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp338 auto *identNode = AllocNode<ir::Identifier>(name, Allocator()); in ParseTsModuleOrNamespaceDelaration() local
911 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseBreakStatement() local
972 auto *identNode = AllocNode<ir::Identifier>(label, Allocator()); in ParseContinueStatement() local
1071 auto *identNode = AllocNode<ir::Identifier>(ident, Allocator()); in ParseFunctionDeclaration() local
1501 auto *identNode = AllocNode<ir::Identifier>(actualLabel, Allocator()); in ParseLabelledStatement() local
DexpressionParser.cpp965 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrimaryExpression() local
1316 auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseOptionalChain() local
1529 … auto *identNode = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePostPrimaryExpression() local
DparserImpl.cpp2663 auto *identNode = AllocNode<ir::Identifier>(identStr, Allocator()); in SetIdentNodeInClassDefinition() local
2678 ir::Identifier *identNode = nullptr; in ParseClassDefinition() local