Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp2070 bool HasByrefExtendedLayout = false; in BuildByRefType() local
2072 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()
2073 HasByrefExtendedLayout) in BuildByRefType()
2090 if (HasByrefExtendedLayout) in BuildByRefType()
2143 bool HasByrefExtendedLayout; in emitByrefStructureInit() local
2146 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2168 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2222 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
DCGDebugInfo.cpp2749 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
2752 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
2753 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/external/clang/include/clang/AST/
DASTContext.h1001 bool &HasByrefExtendedLayout) const;
/external/clang/lib/AST/
DASTContext.cpp4839 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
4845 HasByrefExtendedLayout = false; in getByrefLifetime()
4847 HasByrefExtendedLayout = true; in getByrefLifetime()