Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2061 bool HasByrefExtendedLayout = false; in BuildByRefType() local2063 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()2064 HasByrefExtendedLayout) in BuildByRefType()2081 if (HasByrefExtendedLayout) in BuildByRefType()2134 bool HasByrefExtendedLayout; in emitByrefStructureInit() local2137 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2158 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2211 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
2735 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local2738 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()2739 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
999 bool &HasByrefExtendedLayout) const;
4804 bool &HasByrefExtendedLayout) const { in getByrefLifetime()4810 HasByrefExtendedLayout = false; in getByrefLifetime()4812 HasByrefExtendedLayout = true; in getByrefLifetime()