Home | History | Annotate | Download | only in Sema

Lines Matching defs:AttributeFactory

35   if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
37 return AttributeFactory::TypeTagForDatatypeAllocSize;
39 return AttributeFactory::PropertyAllocSize;
43 AttributeFactory::AttributeFactory() {
47 AttributeFactory::~AttributeFactory() {}
55 void *AttributeFactory::allocate(size_t size) {
66 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
69 void AttributeFactory::reclaimPool(AttributeList *cur) {