Searched refs:SuppressStrongLifetime (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DPrettyPrinter.h42 SuppressStrongLifetime(false), SuppressLifetimeQualifiers(false),
134 unsigned SuppressStrongLifetime : 1; member in struct:clang::PrintingPolicy
/external/clang/lib/AST/
H A DTypePrinter.cpp38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
40 Policy.SuppressStrongLifetime = false;
44 Policy.SuppressStrongLifetime = Old;
1460 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime))
1508 if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){
1518 if (!Policy.SuppressStrongLifetime)
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp415 SubPolicy.SuppressStrongLifetime = true;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1454 Policy.SuppressStrongLifetime = true;

Completed in 329 milliseconds