Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h72 …void CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, varbinder::Variable…
DTSparser.cpp1623 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/
DparserImpl.h381 …void CreateTSVariableForProperty(ir::AstNode *node, const ir::Expression *key, binder::VariableFla… in DEFINE_BITOPS()
DparserImpl.cpp1432 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()