Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp2099 bool HasByrefExtendedLayout = false; in getBlockByrefInfo() local
2101 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2102 HasByrefExtendedLayout) { in getBlockByrefInfo()
2171 bool HasByrefExtendedLayout; in emitByrefStructureInit() local
2174 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
2194 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED; in emitByrefStructureInit()
2246 if (ByRefHasLifetime && HasByrefExtendedLayout) { in emitByrefStructureInit()
DCGDebugInfo.cpp3074 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
3077 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
3078 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/external/clang/include/clang/AST/
DASTContext.h1114 bool &HasByrefExtendedLayout) const;
/external/clang/lib/AST/
DASTContext.cpp5080 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
5086 HasByrefExtendedLayout = false; in getByrefLifetime()
5088 HasByrefExtendedLayout = true; in getByrefLifetime()