Home | History | Annotate | Download | only in Sema

Lines Matching defs:AttributeFactory

23   if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
25 return AttributeFactory::TypeTagForDatatypeAllocSize;
27 return AttributeFactory::PropertyAllocSize;
31 AttributeFactory::AttributeFactory() {
35 AttributeFactory::~AttributeFactory() {}
43 void *AttributeFactory::allocate(size_t size) {
54 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
57 void AttributeFactory::reclaimPool(AttributeList *cur) {