Home
last modified time | relevance | path

Searched refs:CopiedCapture (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 for (const auto &CopiedCapture : CopiedCaptures) { in GenerateCopyHelperFunction() local
1979 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()
1980 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()
1982 BlockFieldFlags flags = CopiedCapture.CopyFlags; in GenerateCopyHelperFunction()
1988 switch (CopiedCapture.CopyKind) { in GenerateCopyHelperFunction()
2051 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()