Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2673 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2675 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2676 HasByrefExtendedLayout) { in getBlockByrefInfo()2744 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2747 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2767 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2819 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4180 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4183 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4184 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1359 bool &HasByrefExtendedLayout) const;
6802 bool &HasByrefExtendedLayout) const { in getByrefLifetime()6807 HasByrefExtendedLayout = false; in getByrefLifetime()6809 HasByrefExtendedLayout = true; in getByrefLifetime()