Home
last modified time | relevance | path

Searched refs:tokenName (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp1185 util::StringView tokenName {}; in ExpectIdentifier()
1188 tokenName = token.Ident(); in ExpectIdentifier()
1191 tokenName = ParseSymbolIteratorIdentifier(); in ExpectIdentifier()
1194 if (tokenName.Empty()) { in ExpectIdentifier()
1199 auto *ident = AllocNode<ir::Identifier>(tokenName, Allocator()); in ExpectIdentifier()
H A DETSparser.cpp476 util::StringView tokenName = util::StringView {compiler::Signatures::STATIC_INVOKE_METHOD}; in CreateInvokeIdentifier() local
477 auto ident = AllocNode<ir::Identifier>(tokenName, Allocator()); in CreateInvokeIdentifier()

Completed in 5 milliseconds