Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2611 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2613 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2614 HasByrefExtendedLayout) { in getBlockByrefInfo()2681 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local2684 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2704 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2756 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
4549 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local4552 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()4553 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1418 bool &HasByrefExtendedLayout) const;
7542 bool &HasByrefExtendedLayout) const { in getByrefLifetime()7547 HasByrefExtendedLayout = false; in getByrefLifetime()7549 HasByrefExtendedLayout = true; in getByrefLifetime()