Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2654 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2656 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2657 HasByrefExtendedLayout) { in getBlockByrefInfo()
2724 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local
2727 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2747 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2799 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp4370 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
4373 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
4374 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1428 bool &HasByrefExtendedLayout) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7430 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
7435 HasByrefExtendedLayout = false; in getByrefLifetime()
7437 HasByrefExtendedLayout = true; in getByrefLifetime()