Home
last modified time | relevance | path

Searched refs:implicit_cast (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp233 ImplicitCastExpr *implicit_cast = dyn_cast<ImplicitCastExpr>(last_expr); in SynthesizeBodyResult() local
235 if (!implicit_cast) in SynthesizeBodyResult()
238 if (implicit_cast->getCastKind() != CK_LValueToRValue) in SynthesizeBodyResult()
241 last_expr = implicit_cast->getSubExpr(); in SynthesizeBodyResult()
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dfaq.md118 sure `implicit_cast<MyInterface*>(my_concrete_impl)` works, not just that