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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp2039 bool HasByrefExtendedLayout = false; local
2041 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2042 HasByrefExtendedLayout)
2059 if (HasByrefExtendedLayout)
2112 bool HasByrefExtendedLayout; local
2115 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2136 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2189 if (ByRefHasLifetime && HasByrefExtendedLayout) {
H A DCGDebugInfo.cpp2661 bool HasByrefExtendedLayout; local
2664 Lifetime, HasByrefExtendedLayout)
2665 && HasByrefExtendedLayout) {
/external/clang/include/clang/AST/
H A DASTContext.h972 /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout is set
973 /// to false in this case. If HasByrefExtendedLayout returns true, byref variable
977 bool &HasByrefExtendedLayout) const;
/external/clang/lib/AST/
H A DASTContext.cpp4731 bool &HasByrefExtendedLayout) const {
4737 HasByrefExtendedLayout = false;
4739 HasByrefExtendedLayout = true;

Completed in 263 milliseconds