Searched defs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
185 struct BlockLayoutChunk { struct186 CharUnits Alignment;187 CharUnits Size;188 Qualifiers::ObjCLifetime Lifetime;189 const BlockDecl::Capture *Capture; // null for 'this'190 llvm::Type *Type;192 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function200 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
2929 struct BlockLayoutChunk { struct2930 uint64_t OffsetInBits;2931 const BlockDecl::Capture *Capture;