Home
last modified time | relevance | path

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

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