Lines Matching defs:AttributeFactory
35 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
37 return AttributeFactory::TypeTagForDatatypeAllocSize;
39 return AttributeFactory::PropertyAllocSize;
49 AttributeFactory::AttributeFactory() {
53 AttributeFactory::~AttributeFactory() = default;
61 void *AttributeFactory::allocate(size_t size) {
71 return Alloc.Allocate(size, alignof(AttributeFactory));
74 void AttributeFactory::deallocate(ParsedAttr *Attr) {
91 void AttributeFactory::reclaimPool(AttributePool &cur) {