Home
last modified time | relevance | path

Searched defs: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
83 BlockCaptureEntityKind CopyKind, DisposeKind;
84 BlockFieldFlags CopyFlags, DisposeFlags;
85 const BlockDecl::Capture *CI;
86 const CGBlockInfo::Capture *Capture;
88 BlockCaptureManagedEntity(BlockCaptureEntityKind CopyType, in BlockCaptureManagedEntity() argument
97 bool operator<(const BlockCaptureManagedEntity &Other) const { in operator <()