Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp40 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h741 AvailabilityAllocSize = enumerator
763 1 + (AvailabilityAllocSize - sizeof(ParsedAttr)) / sizeof(void *)
866 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()