Searched refs:thisValSP (Results 1 – 2 of 2) sorted by relevance
231 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls() local232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls()234 auto childVal = thisValSP->GetChildAtIndex(i); in AddLambdaCaptureDecls()
78 if (auto thisValSP = frame->FindVariable(ConstString("this"))) in GetCapturedThisValueObject() local79 if (auto thisThisValSP = thisValSP->GetChildMemberWithName("this")) in GetCapturedThisValueObject()