Searched refs:OpaqueAttributeStorage (Results 1 – 2 of 2) sorted by relevance
242 struct OpaqueAttributeStorage : public AttributeStorage { struct243 OpaqueAttributeStorage(Identifier dialectNamespace, StringRef attrData, in OpaqueAttributeStorage() function254 static OpaqueAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument256 return new (allocator.allocate<OpaqueAttributeStorage>()) in construct()257 OpaqueAttributeStorage(std::get<0>(key), in construct()
32 struct OpaqueAttributeStorage;290 detail::OpaqueAttributeStorage> {