Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2058 for (const auto &CopiedCapture : CopiedCaptures) { in GenerateCopyHelperFunction() local
2059 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()
2060 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()
2062 BlockFieldFlags flags = CopiedCapture.CopyFlags; in GenerateCopyHelperFunction()
2068 switch (CopiedCapture.CopyKind) { in GenerateCopyHelperFunction()
2131 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()