Searched defs:propertyKind (Results 1 – 1 of 1) sorted by relevance
1921 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