Home | History | Annotate | Download | only in Sema

Lines Matching refs:StillOkay

1447   bool StillOkay = IsDerivedFrom(Derived, Base, Paths);
1448 assert(StillOkay && "Can only be used with a derived-to-base conversion");
1449 (void)StillOkay;