Home
last modified time | relevance | path

Searched defs:propertyKind (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1921 bool ParserImpl::ParsePropertyModifiers(ExpressionParseFlags flags, ir::PropertyKind *propertyKind, in ParsePropertyModifiers()
2020 ir::Expression *ParserImpl::ParsePropertyValue(const ir::PropertyKind *propertyKind, const ParserSt… in ParsePropertyValue()
2069 ir::PropertyKind propertyKind = ir::PropertyKind::INIT; in ParsePropertyDefinition() local