Home
last modified time | relevance | path

Searched refs:SetIdentNodeInClassDefinition (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h318 ir::Identifier *SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl);
DparserImpl.cpp2793 ir::Identifier *ParserImpl::SetIdentNodeInClassDefinition(bool isDeclare, binder::ConstDecl **decl) in SetIdentNodeInClassDefinition() function in panda::es2panda::parser::ParserImpl
2828 identNode = SetIdentNodeInClassDefinition(isDeclare, &decl); in ParseClassDefinition()