Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerivationOkay

1297   bool DerivationOkay = IsDerivedFrom(Derived, Base, Paths);
1298 assert(DerivationOkay &&
1300 (void)DerivationOkay;