reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  528   SubPolicy.SuppressStrongLifetime = true;
tools/clang/lib/AST/TemplateBase.cpp
  402     SubPolicy.SuppressStrongLifetime = true;
tools/clang/lib/AST/TypePrinter.cpp
   57         : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
   59           Policy.SuppressStrongLifetime = false;
   63       Policy.SuppressStrongLifetime = Old;
 1769     if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime))
 1840     if (!(lifetime == Qualifiers::OCL_Strong && Policy.SuppressStrongLifetime)){
 1850       if (!Policy.SuppressStrongLifetime)
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1856   Policy.SuppressStrongLifetime = true;
tools/clang/lib/Tooling/Refactoring/Extract/Extract.cpp
  144   PP.SuppressStrongLifetime = true;
tools/clang/tools/libclang/CIndex.cpp
 4823     return P->SuppressStrongLifetime;
 4898     P->SuppressStrongLifetime = Value;