Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp83 struct BlockCaptureManagedEntity { struct
89 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity() function
98 bool operator<(const BlockCaptureManagedEntity &Other) const { in operator <() argument
116 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures);
135 SmallVector<BlockCaptureManagedEntity, 4> ManagedCaptures; in getBlockDescriptorName()
139 for (const BlockCaptureManagedEntity &E : ManagedCaptures) { in getBlockDescriptorName()
1763 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures) { in findBlockCapturedManagedEntities()
1916 const SmallVectorImpl<BlockCaptureManagedEntity> &Captures, in getCopyDestroyHelperFuncName()
1930 for (const BlockCaptureManagedEntity &E : Captures) { in getCopyDestroyHelperFuncName()
2003 SmallVector<BlockCaptureManagedEntity, 4> CopiedCaptures; in GenerateCopyHelperFunction()
[all …]