Searched refs:propertyKind (Results 1 – 2 of 2) sorted by relevance
140 private Node getTypeByCrPropertyKind(Node propertyKind) { in getTypeByCrPropertyKind() argument141 if (propertyKind == null || propertyKind.matchesQualifiedName("cr.PropertyKind.JS")) { in getTypeByCrPropertyKind()144 if (propertyKind.matchesQualifiedName("cr.PropertyKind.ATTR")) { in getTypeByCrPropertyKind()147 if (propertyKind.matchesQualifiedName("cr.PropertyKind.BOOL_ATTR")) { in getTypeByCrPropertyKind()150 compiler.report(JSError.make(propertyKind, CR_DEFINE_PROPERTY_INVALID_PROPERTY_KIND, in getTypeByCrPropertyKind()151 propertyKind.getQualifiedName())); in getTypeByCrPropertyKind()
67 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl() local76 = getImpliedARCOwnership(propertyKind, property->getType()); in checkARCPropertyDecl()