Searched refs:implicit_cast (Results 1 – 3 of 3) sorted by relevance
255 ImplicitCastExpr *implicit_cast = dyn_cast<ImplicitCastExpr>(last_expr); in SynthesizeBodyResult() local257 if (!implicit_cast) in SynthesizeBodyResult()260 if (implicit_cast->getCastKind() != CK_LValueToRValue) in SynthesizeBodyResult()263 last_expr = implicit_cast->getSubExpr(); in SynthesizeBodyResult()
122 sure `implicit_cast<MyInterface*>(my_concrete_impl)` works, not just that
2244 ... Invoke(implicit_cast<Closure*>(done)) ...; // The cast is necessary.2330 ... InvokeWithoutArgs(implicit_cast<Closure*>(done)) ...;