Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h110 unsigned IsAvailability : 1; variable
222 IsAvailability(false), IsTypeTagForDatatype(false), IsProperty(false), in AttributeList()
239 Invalid(false), UsedAsTypeAttr(false), IsAvailability(true), in AttributeList()
260 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
278 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
296 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
310 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
/external/clang/lib/Sema/
DAttributeList.cpp34 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()