Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp854 if (auto thisChildSP = valobj_sp->GetChildMemberWithName("this")) { in GetCppObjectPointer() local
855 valobj_sp = thisChildSP; in GetCppObjectPointer()