Searched refs:IsAvailability (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 112 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/ |
D | AttributeList.cpp | 35 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize; in allocated_size()
|