Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2702 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2704 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2705 HasByrefExtendedLayout) { in getBlockByrefInfo()2773 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2776 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2796 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2848 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4202 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4205 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4206 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1314 bool &HasByrefExtendedLayout) const;
6783 bool &HasByrefExtendedLayout) const { in getByrefLifetime()6788 HasByrefExtendedLayout = false; in getByrefLifetime()6790 HasByrefExtendedLayout = true; in getByrefLifetime()