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

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp2055 bool HasByrefExtendedLayout = false; local
2057 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2058 HasByrefExtendedLayout)
2074 if (HasByrefExtendedLayout)
2127 bool HasByrefExtendedLayout; local
2130 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2151 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2204 if (ByRefHasLifetime && HasByrefExtendedLayout) {
H A DCGDebugInfo.cpp2403 bool HasByrefExtendedLayout; local
2406 Lifetime, HasByrefExtendedLayout)
2407 && HasByrefExtendedLayout)
/external/clang/include/clang/AST/
H A DASTContext.h911 /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout is set
912 /// to false in this case. If HasByrefExtendedLayout returns true, byref variable
916 bool &HasByrefExtendedLayout) const;
/external/clang/lib/AST/
H A DASTContext.cpp4511 bool &HasByrefExtendedLayout) const {
4517 HasByrefExtendedLayout = false;
4519 HasByrefExtendedLayout = true;

Completed in 216 milliseconds