Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp219 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls() local
220 uint32_t numChildren = thisValSP->GetNumChildren(); in AddLambdaCaptureDecls()
222 auto childVal = thisValSP->GetChildAtIndex(i, true); in AddLambdaCaptureDecls()
H A DClangExpressionDeclMap.cpp78 if (auto thisValSP = frame->FindVariable(ConstString("this"))) in GetCapturedThisValueObject() local
80 thisValSP->GetChildMemberWithName(ConstString("this"), true)) in GetCapturedThisValueObject()