Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h46 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()
149 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()
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()
DTemplateBase.cpp363 SubPolicy.SuppressStrongLifetime = true; in print()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp517 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1469 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()