Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A 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()
H A DCGDebugInfo.cpp3074 bool HasByrefExtendedLayout; in EmitTypeForVarWithBlocksAttr() local
3077 HasByrefExtendedLayout) && in EmitTypeForVarWithBlocksAttr()
3078 HasByrefExtendedLayout) { in EmitTypeForVarWithBlocksAttr()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1114 bool &HasByrefExtendedLayout) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h1437 bool &HasByrefExtendedLayout) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h1421 bool &HasByrefExtendedLayout) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h1421 bool &HasByrefExtendedLayout) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h1418 bool &HasByrefExtendedLayout) const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5080 bool &HasByrefExtendedLayout) const { in getByrefLifetime()
5086 HasByrefExtendedLayout = false; in getByrefLifetime()
5088 HasByrefExtendedLayout = true; in getByrefLifetime()