Home | History | Annotate | Download | only in Sema

Lines Matching defs:AttributeFactory

34   if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
36 return AttributeFactory::TypeTagForDatatypeAllocSize;
38 return AttributeFactory::PropertyAllocSize;
42 AttributeFactory::AttributeFactory() {
46 AttributeFactory::~AttributeFactory() {}
54 void *AttributeFactory::allocate(size_t size) {
65 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
68 void AttributeFactory::reclaimPool(AttributeList *cur) {