Home | History | Annotate | Download | only in Sema

Lines Matching refs:StillOkay

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