Home | History | Annotate | Download | only in Sema

Lines Matching refs:RTTI

708   // dynamic_cast is not available with -fno-rtti.
710 // use RTTI.
711 if (!Self.getLangOpts().RTTI && !DestPointee->isVoidType()) {