Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h642 AvailabilityAllocSize = enumerator
664 1 + (AvailabilityAllocSize - sizeof(ParsedAttr)) / sizeof(void *)
774 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp37 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()