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()
1565 AttributeFactory attrFactory; in actOnObjCTypeArgsOrProtocolQualifiers()
13923 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()14871 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
290 friend class AttributeFactory;686 class AttributeFactory {736 AttributeFactory();737 ~AttributeFactory();741 friend class AttributeFactory; variable743 AttributeFactory &Factory;765 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool()774 AttributeFactory &getFactory() const { return Factory; } in getFactory()814 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()838 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype()[all …]
421 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()1346 AttributeFactory *QualAttrFactory;1411 QualAttrFactory = new AttributeFactory(); in getOrCreateMethodQualifiers()
279 AttributeFactory AttrFactory;439 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()
276 PragmaAttributeHandler(AttributeFactory &AttrFactory) in PragmaAttributeHandler()