Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h46 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()
149 unsigned SuppressStrongLifetime : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h57 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false), in PrintingPolicy()
167 unsigned SuppressStrongLifetime : 1; member
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DExtract.cpp144 PP.SuppressStrongLifetime = true; in createSourceReplacements()
/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/llvm-project/clang/lib/AST/
DTypePrinter.cpp57 : 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()
DTemplateBase.cpp351 SubPolicy.SuppressStrongLifetime = true; in print()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp517 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp520 SubPolicy.SuppressStrongLifetime = true; in rewriteToObjCProperty()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4917 return P->SuppressStrongLifetime; in clang_PrintingPolicy_getProperty()
4992 P->SuppressStrongLifetime = Value; in clang_PrintingPolicy_setProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1469 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1867 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy()