Home | History | Annotate | Download | only in AST

Lines Matching refs:Unavailable

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