Lines Matching defs:AttributeFactory
37 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
39 return AttributeFactory::TypeTagForDatatypeAllocSize;
41 return AttributeFactory::PropertyAllocSize;
51 AttributeFactory::AttributeFactory() {
55 AttributeFactory::~AttributeFactory() = default;
63 void *AttributeFactory::allocate(size_t size) {
73 return Alloc.Allocate(size, alignof(AttributeFactory));
76 void AttributeFactory::deallocate(ParsedAttr *Attr) {
93 void AttributeFactory::reclaimPool(AttributePool &cur) {