Searched refs:AttributeFactory (Results 1 – 7 of 7) sorted by relevance
40 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()42 return AttributeFactory::TypeTagForDatatypeAllocSize; in allocated_size()44 return AttributeFactory::PropertyAllocSize; in allocated_size()54 AttributeFactory::AttributeFactory() { in AttributeFactory() function in AttributeFactory58 AttributeFactory::~AttributeFactory() = default;66 void *AttributeFactory::allocate(size_t size) { in allocate()76 return Alloc.Allocate(size, alignof(AttributeFactory)); in allocate()79 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate()96 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()
1581 AttributeFactory attrFactory; in actOnObjCTypeArgsOrProtocolQualifiers()
14877 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()15944 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
315 friend class AttributeFactory;738 class AttributeFactory {788 AttributeFactory();789 ~AttributeFactory();793 friend class AttributeFactory; variable795 AttributeFactory &Factory;817 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()826 AttributeFactory &getFactory() const { return Factory; } in getFactory()866 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()914 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute()[all …]
441 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()1369 AttributeFactory *QualAttrFactory;1434 QualAttrFactory = new AttributeFactory(); in getOrCreateMethodQualifiers()
290 AttributeFactory AttrFactory;450 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()
333 PragmaAttributeHandler(AttributeFactory &AttrFactory) in PragmaAttributeHandler()