Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2654 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2656 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2657 HasByrefExtendedLayout) { in getBlockByrefInfo()2724 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2727 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2747 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2799 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4370 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4373 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4374 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1428 bool &HasByrefExtendedLayout) const;
7430 bool &HasByrefExtendedLayout) const { in getByrefLifetime()7435 HasByrefExtendedLayout = false; in getByrefLifetime()7437 HasByrefExtendedLayout = true; in getByrefLifetime()