Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp82 struct BlockCaptureManagedEntity { struct
88 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity() argument
97 bool operator<(const BlockCaptureManagedEntity &Other) const { in operator <() argument
115 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures);
117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
134 SmallVector<BlockCaptureManagedEntity, 4> ManagedCaptures; in getBlockDescriptorName()
138 for (const BlockCaptureManagedEntity &E : ManagedCaptures) { in getBlockDescriptorName()
1679 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures) { in findBlockCapturedManagedEntities()
1735 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E, in getBlockCaptureStr()
1832 const SmallVectorImpl<BlockCaptureManagedEntity> &Captures, in getCopyDestroyHelperFuncName()
[all …]