Home
last modified time | relevance | path

Searched refs:AttributeFactory (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DAttributeList.cpp23 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 AttributeFactory
35 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()
DSemaDecl.cpp9113 AttributeFactory attrs; in ActOnFinishKNRParamDeclarations()
9654 AttributeFactory attrFactory; in ImplicitlyDefineFunction()
/external/clang/include/clang/Sema/
DAttributeList.h272 friend class AttributeFactory; variable
441 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 …]
DDeclSpec.h408 DeclSpec(AttributeFactory &attrFactory) in DeclSpec()
/external/clang/include/clang/Parse/
DParser.h199 AttributeFactory AttrFactory;
227 AttributeFactory &getAttrFactory() { return AttrFactory; } in getAttrFactory()
1115 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange()
/external/clang/lib/Parse/
DParseObjc.cpp1540 AttributeFactory attr; in ParseObjCAtImplementationDeclaration()
1571 AttributeFactory attr; in ParseObjCAtImplementationDeclaration()