Lines Matching defs:BlockLayoutChunk
325 struct BlockLayoutChunk { struct
326 CharUnits Alignment;
327 CharUnits Size;
328 const BlockDecl::Capture *Capture; // null for 'this'
329 llvm::Type *Type;
330 QualType FieldType;
331 BlockCaptureEntityKind CopyKind, DisposeKind;
332 BlockFieldFlags CopyFlags, DisposeFlags;
334 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function
345 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
356 bool isTrivial() const { in isTrivial()