Searched refs:SuppressStrongLifetime (Results 1 – 5 of 5) sorted by relevance
42 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()134 unsigned SuppressStrongLifetime : 1; member
38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) { in IncludeStrongLifetimeRAII()40 Policy.SuppressStrongLifetime = false; in IncludeStrongLifetimeRAII()44 Policy.SuppressStrongLifetime = Old; in ~IncludeStrongLifetimeRAII()1465 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)) in isEmptyWhenPrinted()1516 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){ in print()1526 if (!Policy.SuppressStrongLifetime) in print()
365 SubPolicy.SuppressStrongLifetime = true; in print()
527 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
1453 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()