Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2628 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2630 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2631 HasByrefExtendedLayout) { in getBlockByrefInfo()2698 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2701 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2722 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2774 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4702 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4705 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4706 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1480 bool &HasByrefExtendedLayout) const;
7998 bool &HasByrefExtendedLayout) const { in getByrefLifetime()8003 HasByrefExtendedLayout = false; in getByrefLifetime()8005 HasByrefExtendedLayout = true; in getByrefLifetime()