Searched defs:BlockLayoutChunk (Results 1 – 4 of 4) sorted by relevance
191 struct BlockLayoutChunk { struct192 CharUnits Alignment;193 CharUnits Size;194 Qualifiers::ObjCLifetime Lifetime;195 const BlockDecl::Capture *Capture; // null for 'this'196 llvm::Type *Type;198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument206 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
3340 struct BlockLayoutChunk { struct3341 uint64_t OffsetInBits;3342 const BlockDecl::Capture *Capture;
340 struct BlockLayoutChunk { struct341 CharUnits Alignment;342 CharUnits Size;343 Qualifiers::ObjCLifetime Lifetime;344 const BlockDecl::Capture *Capture; // null for 'this'345 llvm::Type *Type;346 QualType FieldType;348 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
4418 struct BlockLayoutChunk { struct4419 uint64_t OffsetInBits;4420 const BlockDecl::Capture *Capture;