Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp255 ImplicitCastExpr *implicit_cast = dyn_cast<ImplicitCastExpr>(last_expr); in SynthesizeBodyResult() local
257 if (!implicit_cast) in SynthesizeBodyResult()
260 if (implicit_cast->getCastKind() != CK_LValueToRValue) in SynthesizeBodyResult()
263 last_expr = implicit_cast->getSubExpr(); in SynthesizeBodyResult()
/src/contrib/googletest/docs/
H A Dfaq.md122 sure `implicit_cast<MyInterface*>(my_concrete_impl)` works, not just that
H A Dgmock_cook_book.md2244 ... Invoke(implicit_cast<Closure*>(done)) ...; // The cast is necessary.
2330 ... InvokeWithoutArgs(implicit_cast<Closure*>(done)) ...;