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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp82 struct BlockCaptureManagedEntity { struct in namespace:__anon2816
88 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, function in struct:__anon2816::BlockCaptureManagedEntity
97 bool operator<(const BlockCaptureManagedEntity &Other) const {
115 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures);
117 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity &E,
134 SmallVector<BlockCaptureManagedEntity, 4> ManagedCaptures;
138 for (const BlockCaptureManagedEntity &E : ManagedCaptures) {
145 "shouldn't see BlockCaptureManagedEntity that is None");
1752 SmallVectorImpl<BlockCaptureManagedEntity> &ManagedCaptures) {
1808 static std::string getBlockCaptureStr(const BlockCaptureManagedEntity
[all...]

Completed in 69 milliseconds