Searched refs:StringAttributeStorage (Results 1 – 2 of 2) sorted by relevance
270 struct StringAttributeStorage : public AttributeStorage { struct273 StringAttributeStorage(StringRef value, Type type) in StringAttributeStorage() argument282 static StringAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument284 return new (allocator.allocate<StringAttributeStorage>()) in construct()285 StringAttributeStorage(allocator.copyInto(key.first), key.second); in construct()
33 struct StringAttributeStorage;322 detail::StringAttributeStorage> {