Lines Matching defs:lambda
70 /// A lambda is represented by Clang as an artifical class whose
71 /// members are the lambda captures. If we capture a 'this' pointer,
818 // We're inside a lambda and we captured a 'this'.
820 // (unnamed) lambda structure AST so unqualified
823 // If we're in a lambda which didn't capture 'this',
824 // $__lldb_class will correspond to the lambda closure
1101 // a lambda, we count the lambda captures as local variables. Thus,
1106 if (auto lambda = ClangExpressionUtil::GetLambdaValueObject(frame)) {
1107 if (auto capture = lambda->GetChildMemberWithName(varname)) {