Searched refs:CreateTSVariableForProperty (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.h | 72 …void CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, varbinder::Variable…
|
| D | TSparser.cpp | 1623 void TSParser::CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, varbinder:… in CreateTSVariableForProperty() function in ark::es2panda::parser::TSParser 1695 CreateTSVariableForProperty(methodSignature, key, flags | varbinder::VariableFlags::METHOD); in ParsePropertyOrMethodSignature() 1710 CreateTSVariableForProperty(propertySignature, key, flags | varbinder::VariableFlags::PROPERTY); in ParsePropertyOrMethodSignature()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 381 …void CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::VariableFla… in DEFINE_BITOPS()
|
| D | parserImpl.cpp | 1432 void ParserImpl::CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::… in CreateTSVariableForProperty() function in panda::es2panda::parser::ParserImpl 1583 CreateTSVariableForProperty(member, key, flags | binder::VariableFlags::METHOD); in ParseTsTypeLiteralOrInterfaceMember() 1598 CreateTSVariableForProperty(member, key, flags | binder::VariableFlags::PROPERTY); in ParseTsTypeLiteralOrInterfaceMember()
|