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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2771 bool HasByrefExtendedLayout = false; local
2773 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) &&
2774 HasByrefExtendedLayout) {
2842 bool HasByrefExtendedLayout; local
2845 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout);
2865 if (HasByrefExtendedLayout) flags |= BLOCK_BYREF_LAYOUT_EXTENDED;
2917 if (ByRefHasLifetime && HasByrefExtendedLayout) {
H A DCGDebugInfo.cpp3929 bool HasByrefExtendedLayout; local
3932 HasByrefExtendedLayout) &&
3933 HasByrefExtendedLayout) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1302 /// Returns true, if given type has a known lifetime. HasByrefExtendedLayout
1303 /// is set to false in this case. If HasByrefExtendedLayout returns true,
1307 bool &HasByrefExtendedLayout) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6397 bool &HasByrefExtendedLayout) const {
6402 HasByrefExtendedLayout = false;
6404 HasByrefExtendedLayout = true;

Completed in 292 milliseconds