Lines Matching defs:capture
5243 // 'this' capture.
5253 for (const auto &capture : blockDecl->captures()) {
5254 const VarDecl *variable = capture.getVariable();
5264 chunk.Capture = &capture;
5273 const BlockDecl::Capture *capture = Chunk.Capture;
5275 // If we have a null capture, this must be the C++ 'this' capture.
5276 if (!capture) {
5291 const VarDecl *variable = capture->getVariable();
5295 if (capture->isByRef()) {