Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2702 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2704 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2705 HasByrefExtendedLayout) { in getBlockByrefInfo()
2773 bool HasByrefExtendedLayout = false; in emitByrefStructureInit() local
2776 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2796 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2848 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp4202 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
4205 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
4206 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1314 bool &HasByrefExtendedLayout) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6783 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
6788 HasByrefExtendedLayout = false; in getByrefLifetime()
6790 HasByrefExtendedLayout = true; in getByrefLifetime()