Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp231 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls() local
232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls()
234 auto childVal = thisValSP->GetChildAtIndex(i); in AddLambdaCaptureDecls()
H A DClangExpressionDeclMap.cpp78 if (auto thisValSP = frame->FindVariable(ConstString("this"))) in GetCapturedThisValueObject() local
79 if (auto thisThisValSP = thisValSP->GetChildMemberWithName("this")) in GetCapturedThisValueObject()