Lines Matching defs:capture
5289 // 'this' capture.
5299 for (const auto &capture : blockDecl->captures()) {
5300 const VarDecl *variable = capture.getVariable();
5310 chunk.Capture = &capture;
5319 const BlockDecl::Capture *capture = Chunk.Capture;
5321 // If we have a null capture, this must be the C++ 'this' capture.
5322 if (!capture) {
5337 const VarDecl *variable = capture->getVariable();
5341 if (capture->isByRef()) {