Home | History | Annotate | Download | only in Serialization

Lines Matching full:captures

1264   SmallVector<BlockDecl::Capture, 16> captures;
1265 captures.reserve(numCaptures);
1273 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr));
1275 BD->setCaptures(Reader.getContext(), captures, capturesCXXThis);
1458 Lambda.Captures
1460 Capture *ToCapture = Lambda.Captures;