Home | History | Annotate | Download | only in AST

Lines Matching refs:Unavailable

265 /// string describing why the entity is unavailable.
286 // Make sure that this declaration has not been marked 'unavailable'.
353 if (UnavailableAttr *Unavailable = dyn_cast<UnavailableAttr>(*A)) {
355 *Message = Unavailable->getMessage();