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