Searched refs:SuppressStrongLifetime (Results 1 – 5 of 5) sorted by relevance
46 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()149 unsigned SuppressStrongLifetime : 1; member
38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) { in IncludeStrongLifetimeRAII()40 Policy.SuppressStrongLifetime = false; in IncludeStrongLifetimeRAII()44 Policy.SuppressStrongLifetime = Old; in ~IncludeStrongLifetimeRAII()1563 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)) in isEmptyWhenPrinted()1620 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){ in print()1630 if (!Policy.SuppressStrongLifetime) in print()
363 SubPolicy.SuppressStrongLifetime = true; in print()
517 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
1469 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()