Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerivationOkay

2773   bool DerivationOkay = IsDerivedFrom(ToClass, FromClass, Paths);
2774 assert(DerivationOkay &&
2776 (void)DerivationOkay;