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.cpp2710 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2712 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2713 HasByrefExtendedLayout) { in getBlockByrefInfo()
2790 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local
2793 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2814 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2866 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp4963 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
4966 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
4967 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1601 bool &HasByrefExtendedLayout) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8596 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
8601 HasByrefExtendedLayout = false; in getByrefLifetime()
8603 HasByrefExtendedLayout = true; in getByrefLifetime()