Home | History | Annotate | Download | only in Parse

Lines Matching full:availability

182   // Availability attributes have their own grammar.
183 if (AttrName->isStr("availability")) {
527 /// \brief Parse the contents of the "availability" attribute.
529 /// availability-attribute:
530 /// 'availability' '(' platform ',' version-arg-list, opt-message')'
546 void Parser::ParseAvailabilityAttribute(IdentifierInfo &Availability,
676 // The 'unavailable' availability cannot be combined with any other
677 // availability changes. Make sure that hasn't happened.
689 // Clear out the availability.
696 attrs.addNew(&Availability,