Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Captures

1015   SmallVector<BlockDecl::Capture, 16> captures;
1016 captures.reserve(numCaptures);
1024 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr));
1026 BD->setCaptures(Reader.getContext(), captures.begin(),
1027 captures.end(), capturesCXXThis);
1187 Lambda.Captures
1189 Capture *ToCapture = Lambda.Captures;