Searched refs:ArrayAttributeStorage (Results 1 – 2 of 2) sorted by relevance
50 struct ArrayAttributeStorage : public AttributeStorage { struct53 ArrayAttributeStorage(ArrayRef<Attribute> value) : value(value) {} in ArrayAttributeStorage() function59 static ArrayAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument61 return new (allocator.allocate<ArrayAttributeStorage>()) in construct()62 ArrayAttributeStorage(allocator.copyInto(key)); in construct()
27 struct ArrayAttributeStorage;67 detail::ArrayAttributeStorage> {