Home
last modified time | relevance | path

Searched refs:SuppressStrongLifetime (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h42 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()
134 unsigned SuppressStrongLifetime : 1; member
/external/clang/lib/AST/
DTypePrinter.cpp38 : 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()
DTemplateBase.cpp365 SubPolicy.SuppressStrongLifetime = true; in print()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp527 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1453 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()