Searched defs:AttributeFactory (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DAttributeList.cpp23 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
25 return AttributeFactory::TypeTagForDatatypeAllocSize;
27 return AttributeFactory::PropertyAllocSize;
31 AttributeFactory::AttributeFactory() { function in class:AttributeFactory
35 AttributeFactory::~AttributeFactory() {}
43 void *AttributeFactory::allocate(size_t size) {
54 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
57 void AttributeFactory
[all...]

Completed in 71 milliseconds