Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerivationOkay

1710   bool DerivationOkay = IsDerivedFrom(Derived, Base, Paths);
1711 assert(DerivationOkay &&
1713 (void)DerivationOkay;