Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2070 bool HasByrefExtendedLayout = false; in BuildByRefType() local2072 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()2073 HasByrefExtendedLayout) in BuildByRefType()2090 if (HasByrefExtendedLayout) in BuildByRefType()2143 bool HasByrefExtendedLayout; in emitByrefStructureInit() local2146 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2168 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2222 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
2749 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local2752 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()2753 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1001 bool &HasByrefExtendedLayout) const;
4839 bool &HasByrefExtendedLayout) const { in getByrefLifetime()4845 HasByrefExtendedLayout = false; in getByrefLifetime()4847 HasByrefExtendedLayout = true; in getByrefLifetime()