Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerivationOkay

2790   bool DerivationOkay = IsDerivedFrom(ToClass, FromClass, Paths);
2791 assert(DerivationOkay &&
2793 (void)DerivationOkay;