Home | History | Annotate | Download | only in AST

Lines Matching full:dynamic_cast

512 /// "static_cast", "dynamic_cast", "reinterpret_cast", or
517 case CXXDynamicCastExprClass: return "dynamic_cast";
574 /// isAlwaysNull - Return whether the result of the dynamic_cast is proven
581 /// C *f(B* b) { return dynamic_cast<C*>(b); }