Home
last modified time | relevance | path

Searched refs:identStr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp1520 const util::StringView &identStr = Lexer()->GetToken().Ident(); in ParseVariableDeclaratorKey() local
1521 auto init = AllocNode<ir::Identifier>(identStr, Allocator()); in ParseVariableDeclaratorKey()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3138 const util::StringView &identStr = lexer_->GetToken().Ident(); in SetIdentNodeInClassDefinition() local
3140 *decl = Binder()->AddDecl<binder::ConstDecl>(lexer_->GetToken().Start(), isDeclare, identStr); in SetIdentNodeInClassDefinition()
3142 auto *identNode = AllocNode<ir::Identifier>(identStr); in SetIdentNodeInClassDefinition()
H A DstatementParser.cpp2112 const util::StringView &identStr = lexer_->GetToken().Ident(); in ParseVariableDeclaratorKey() local
2113 init = AllocNode<ir::Identifier>(identStr); in ParseVariableDeclaratorKey()

Completed in 14 milliseconds