Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h357 …void CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::VariableFla…
DparserImpl.cpp1347 void ParserImpl::CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::… in CreateTSVariableForProperty() function in panda::es2panda::parser::ParserImpl
1466 CreateTSVariableForProperty(member, key, flags | binder::VariableFlags::METHOD); in ParseTsTypeLiteralOrInterfaceMember()
1481 CreateTSVariableForProperty(member, key, flags | binder::VariableFlags::PROPERTY); in ParseTsTypeLiteralOrInterfaceMember()