Home
last modified time | relevance | path

Searched refs:HasByrefExtendedLayout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2628 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2630 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2631 HasByrefExtendedLayout) { in getBlockByrefInfo()
2698 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local
2701 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2722 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2774 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp4702 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
4705 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
4706 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1480 bool &HasByrefExtendedLayout) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7998 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
8003 HasByrefExtendedLayout = false; in getByrefLifetime()
8005 HasByrefExtendedLayout = true; in getByrefLifetime()