Searched refs:HasByrefExtendedLayout (Results 1 – 8 of 8) sorted by relevance
2099 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local2101 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()2102 HasByrefExtendedLayout) { in getBlockByrefInfo()2171 bool HasByrefExtendedLayout; in emitByrefStructureInit() local2174 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()2194 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()2246 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
3074 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local3077 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()3078 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
1114 bool &HasByrefExtendedLayout) const;
1437 bool &HasByrefExtendedLayout) const;
1421 bool &HasByrefExtendedLayout) const;
1418 bool &HasByrefExtendedLayout) const;
5080 bool &HasByrefExtendedLayout) const { in getByrefLifetime()5086 HasByrefExtendedLayout = false; in getByrefLifetime()5088 HasByrefExtendedLayout = true; in getByrefLifetime()