Searched refs:thisValSP (Results 1 – 2 of 2) sorted by relevance
219 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls() local220 uint32_t numChildren = thisValSP->GetNumChildren(); in AddLambdaCaptureDecls()222 auto childVal = thisValSP->GetChildAtIndex(i, true); in AddLambdaCaptureDecls()
78 if (auto thisValSP = frame->FindVariable(ConstString("this"))) in GetCapturedThisValueObject() local80 thisValSP->GetChildMemberWithName(ConstString("this"), true)) in GetCapturedThisValueObject()