Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2781 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2783 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2784 HasByrefExtendedLayout) { in getBlockByrefInfo()2853 bool HasByrefExtendedLayout; in emitByrefStructureInit() local2856 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2876 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2928 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
3683 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local3686 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()3687 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1291 bool &HasByrefExtendedLayout) const;
6095 bool &HasByrefExtendedLayout) const { in getByrefLifetime()6100 HasByrefExtendedLayout = false; in getByrefLifetime()6102 HasByrefExtendedLayout = true; in getByrefLifetime()