Home
last modified time | relevance | path

Searched refs:AvailabilityAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h482 AvailabilityAllocSize = enumerator
506 1 + (AvailabilityAllocSize - sizeof(AttributeList)) / sizeof(void*)
602 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()
/external/clang/lib/Sema/
DAttributeList.cpp34 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()