Searched refs:CopiedCapture (Results 1 – 1 of 1) sorted by relevance
1970 for (const auto &CopiedCapture : CopiedCaptures) { in GenerateCopyHelperFunction() local1971 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()1972 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()1974 BlockFieldFlags flags = CopiedCapture.CopyFlags; in GenerateCopyHelperFunction()1980 switch (CopiedCapture.CopyKind) { in GenerateCopyHelperFunction()2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()