Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2061 bool HasByrefExtendedLayout = false; in BuildByRefType() local
2063 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()
2064 HasByrefExtendedLayout) in BuildByRefType()
2081 if (HasByrefExtendedLayout) in BuildByRefType()
2134 bool HasByrefExtendedLayout; in emitByrefStructureInit() local
2137 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2158 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2211 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
H A DCGDebugInfo.cpp2735 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
2738 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
2739 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h999 bool &HasByrefExtendedLayout) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4804 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
4810 HasByrefExtendedLayout = false; in getByrefLifetime()
4812 HasByrefExtendedLayout = true; in getByrefLifetime()