Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h136 unsigned IsAvailability : 1; variable
244 IsAvailability(false), IsTypeTagForDatatype(false), IsProperty(false), in AttributeList()
263 Invalid(false), UsedAsTypeAttr(false), IsAvailability(true), in AttributeList()
283 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
300 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
318 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
332 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false), in AttributeList()
/external/clang/lib/Sema/
DAttributeList.cpp35 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()