Lines Matching refs:BlockByrefHelpers
43 BlockByrefHelpers::~BlockByrefHelpers() {} in ~BlockByrefHelpers()
1632 class ObjectByrefHelpers final : public BlockByrefHelpers {
1637 : BlockByrefHelpers(alignment), Flags(flags) {} in ObjectByrefHelpers()
1668 class ARCWeakByrefHelpers final : public BlockByrefHelpers {
1670 ARCWeakByrefHelpers(CharUnits alignment) : BlockByrefHelpers(alignment) {} in ARCWeakByrefHelpers()
1689 class ARCStrongByrefHelpers final : public BlockByrefHelpers {
1691 ARCStrongByrefHelpers(CharUnits alignment) : BlockByrefHelpers(alignment) {} in ARCStrongByrefHelpers()
1725 class ARCStrongBlockByrefHelpers final : public BlockByrefHelpers {
1728 : BlockByrefHelpers(alignment) {} in ARCStrongBlockByrefHelpers()
1752 class CXXByrefHelpers final : public BlockByrefHelpers {
1759 : BlockByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {} in CXXByrefHelpers()
1782 BlockByrefHelpers &generator) { in generateByrefCopyHelper()
1851 BlockByrefHelpers &generator) { in buildByrefCopyHelper()
1860 BlockByrefHelpers &generator) { in generateByrefDisposeHelper()
1913 BlockByrefHelpers &generator) { in buildByrefDisposeHelper()
1927 BlockByrefHelpers *node in buildByrefHelpers()
1942 BlockByrefHelpers *
2166 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()