Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h272 llvm::SmallVector<Capture, 4> SortedCaptures; variable
297 for (auto &C : SortedCaptures) in buildCaptureMap()
H A DCGBlocks.cpp119 for (auto &Cap : BlockInfo.SortedCaptures) { in getBlockDescriptorName()
350 info.SortedCaptures.push_back(CGBlockInfo::Capture::makeIndex( in setIndex()
639 info.SortedCaptures.push_back( in computeBlockInfo()
1898 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateCopyHelperFunction()
1946 for (auto &capture : blockInfo.SortedCaptures) { in GenerateCopyHelperFunction()
2089 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2132 for (auto &capture : blockInfo.SortedCaptures) { in GenerateDestroyHelperFunction()