Searched refs:AttributeFactory (Results 1 – 6 of 6) sorted by relevance
23 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()25 return AttributeFactory::TypeTagForDatatypeAllocSize; in allocated_size()27 return AttributeFactory::PropertyAllocSize; in allocated_size()31 AttributeFactory::AttributeFactory() { in AttributeFactory() function in AttributeFactory35 AttributeFactory::~AttributeFactory() {} in ~AttributeFactory()43 void *AttributeFactory::allocate(size_t size) { in allocate()54 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment); in allocate()57 void AttributeFactory::reclaimPool(AttributeList *cur) { in reclaimPool()
9113 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()9654 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
272 friend class AttributeFactory; variable441 class AttributeFactory {491 AttributeFactory();492 ~AttributeFactory();496 AttributeFactory &Factory;514 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {} in AttributePool()521 AttributeFactory &getFactory() const { return Factory; } in getFactory()566 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()584 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype()610 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute()[all …]
408 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()
199 AttributeFactory AttrFactory;227 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()1115 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange()
1540 AttributeFactory attr; in ParseObjCAtImplementationDeclaration()1571 AttributeFactory attr; in ParseObjCAtImplementationDeclaration()