Searched refs:SuppressStrongLifetime (Results 1 – 12 of 12) sorted by relevance
46 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()149 unsigned SuppressStrongLifetime : 1; member
57 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()167 unsigned SuppressStrongLifetime : 1; member
144 PP.SuppressStrongLifetime = true; in createSourceReplacements()
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()
57 : Policy(Policy), Old(Policy.SuppressStrongLifetime) { in IncludeStrongLifetimeRAII()59 Policy.SuppressStrongLifetime = false; in IncludeStrongLifetimeRAII()63 Policy.SuppressStrongLifetime = Old; in ~IncludeStrongLifetimeRAII()2068 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)) in isEmptyWhenPrinted()2149 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){ in print()2159 if (!Policy.SuppressStrongLifetime) in print()
351 SubPolicy.SuppressStrongLifetime = true; in print()
517 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
520 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
4917 return P->SuppressStrongLifetime; in clang_PrintingPolicy_getProperty()4992 P->SuppressStrongLifetime = Value; in clang_PrintingPolicy_setProperty()
1469 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()
1867 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()