Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp231 if (auto thisValSP = ClangExpressionUtil::GetLambdaValueObject(frame)) { in AddLambdaCaptureDecls()
H A DClangExpressionDeclMap.cpp1106 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) { in LookupLocalVariable()