Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance
2069 bool HasByrefExtendedLayout = false; in BuildByRefType() local2071 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()2072 HasByrefExtendedLayout) in BuildByRefType()2089 if (HasByrefExtendedLayout) in BuildByRefType()2142 bool HasByrefExtendedLayout; in emitByrefStructureInit() local2145 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2167 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2221 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
2697 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local2700 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()2701 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1029 bool &HasByrefExtendedLayout) const;
4937 bool &HasByrefExtendedLayout) const { in getByrefLifetime()4943 HasByrefExtendedLayout = false; in getByrefLifetime()4945 HasByrefExtendedLayout = true; in getByrefLifetime()