Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionUtil.h25 lldb::ValueObjectSP GetLambdaValueObject(StackFrame *frame);
H A DClangExpressionUtil.cpp17 lldb::ValueObjectSP GetLambdaValueObject(StackFrame *frame) { in GetLambdaValueObject() function
H A DClangExpressionSourceCode.cpp219 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls()
H A DClangExpressionDeclMap.cpp1112 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) { in LookupLocalVariable()