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()
1567 AttributeFactory attrFactory; in actOnObjCTypeArgsOrProtocolQualifiers()
14487 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()15511 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
315 friend class AttributeFactory;727 class AttributeFactory {777 AttributeFactory();778 ~AttributeFactory();782 friend class AttributeFactory; variable784 AttributeFactory &Factory;806 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()815 AttributeFactory &getFactory() const { return Factory; } in getFactory()855 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()903 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute()[all …]
422 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()1347 AttributeFactory *QualAttrFactory;1412 QualAttrFactory = new AttributeFactory(); in getOrCreateMethodQualifiers()
285 AttributeFactory AttrFactory;445 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()
332 PragmaAttributeHandler(AttributeFactory &AttrFactory) in PragmaAttributeHandler()