Home | History | Annotate | Download | only in Sema

Lines Matching refs:DerivationOkay

1414   bool DerivationOkay = IsDerivedFrom(Derived, Base, Paths);
1415 assert(DerivationOkay &&
1417 (void)DerivationOkay;