Searched refs:AttributeFactory (Results 1 – 8 of 8) sorted by relevance
37 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()39 return AttributeFactory::TypeTagForDatatypeAllocSize; in allocated_size()41 return AttributeFactory::PropertyAllocSize; in allocated_size()51 AttributeFactory::AttributeFactory() { in AttributeFactory() function in AttributeFactory55 AttributeFactory::~AttributeFactory() = default;63 void *AttributeFactory::allocate(size_t size) { in allocate()73 return Alloc.Allocate(size, alignof(AttributeFactory)); in allocate()76 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate()93 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()
300 AttributeFactory AF{}; in ProcessAPINotes()
1577 AttributeFactory attrFactory; in actOnObjCTypeArgsOrProtocolQualifiers()
15179 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()16336 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
215 friend class AttributeFactory;639 class AttributeFactory {689 AttributeFactory();690 ~AttributeFactory();695 friend class AttributeFactory; variable697 AttributeFactory &Factory;719 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()735 AttributeFactory &getFactory() const { return Factory; } in getFactory()774 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()799 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype()[all …]
480 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()1431 AttributeFactory *QualAttrFactory;1496 QualAttrFactory = new AttributeFactory(); in getOrCreateMethodQualifiers()
315 AttributeFactory AttrFactory;499 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()
383 PragmaAttributeHandler(AttributeFactory &AttrFactory) in PragmaAttributeHandler()