Searched refs:propertyKind (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | expressionParser.cpp | 1964 bool ParserImpl::ParsePropertyModifiers(ExpressionParseFlags flags, ir::PropertyKind *propertyKind, in ParsePropertyModifiers() argument 1987 *propertyKind = ir::PropertyKind::GET; in ParsePropertyModifiers() 1997 *propertyKind = ir::PropertyKind::SET; in ParsePropertyModifiers() 2063 ir::Expression *ParserImpl::ParsePropertyValue(const ir::PropertyKind *propertyKind, const ParserStatus *methodStatus, in ParsePropertyValue() argument 2069 if (!isMethod && !ir::Property::IsAccessorKind(*propertyKind)) { in ParsePropertyValue() 2091 if (*propertyKind != ir::PropertyKind::SET) { in ParsePropertyValue() 2103 if (*propertyKind == ir::PropertyKind::SET && paramsSize != 1) { in ParsePropertyValue() 2107 if (*propertyKind == ir::PropertyKind::GET && paramsSize != 0) { in ParsePropertyValue() 2117 ir::PropertyKind propertyKind = ir::PropertyKind::INIT; in ParsePropertyDefinition() local 2129 if (ParsePropertyModifiers(flags, &propertyKind, in ParsePropertyDefinition() [all...] |
H A D | parserImpl.h | 112 bool ParsePropertyModifiers(ExpressionParseFlags flags, ir::PropertyKind *propertyKind, ParserStatus *methodStatus); 113 ir::Expression *ParsePropertyValue(const ir::PropertyKind *propertyKind, const ParserStatus *methodStatus,
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | expressionParser.cpp | 2094 bool ParserImpl::ParsePropertyModifiers(ExpressionParseFlags flags, ir::PropertyKind *propertyKind, in ParsePropertyModifiers() argument 2117 *propertyKind = ir::PropertyKind::GET; in ParsePropertyModifiers() 2127 *propertyKind = ir::PropertyKind::SET; in ParsePropertyModifiers() 2193 ir::Expression *ParserImpl::ParsePropertyValue(const ir::PropertyKind *propertyKind, const ParserStatus *methodStatus, in ParsePropertyValue() argument 2199 if (!isMethod && !ir::Property::IsAccessorKind(*propertyKind)) { in ParsePropertyValue() 2229 if (*propertyKind == ir::PropertyKind::SET && paramsSize != 1) { in ParsePropertyValue() 2233 if (*propertyKind == ir::PropertyKind::GET && paramsSize != 0) { in ParsePropertyValue() 2242 ir::PropertyKind propertyKind = ir::PropertyKind::INIT; in ParsePropertyDefinition() local 2254 if (ParsePropertyModifiers(flags, &propertyKind, &methodStatus)) { in ParsePropertyDefinition() 2267 !ir::Property::IsAccessorKind(propertyKind)) { in ParsePropertyDefinition() [all...] |
H A D | parserImpl.h | 355 bool ParsePropertyModifiers(ExpressionParseFlags flags, ir::PropertyKind *propertyKind, ParserStatus *methodStatus); 357 ir::Expression *ParsePropertyValue(const ir::PropertyKind *propertyKind, const ParserStatus *methodStatus,
|
Completed in 9 milliseconds