Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2710 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2712 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2713 HasByrefExtendedLayout) { in getBlockByrefInfo()2790 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2793 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2814 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2866 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4963 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4966 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4967 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1601 bool &HasByrefExtendedLayout) const;
8596 bool &HasByrefExtendedLayout) const { in getByrefLifetime()8601 HasByrefExtendedLayout = false; in getByrefLifetime()8603 HasByrefExtendedLayout = true; in getByrefLifetime()