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

Declarations

tools/clang/include/clang/AST/Type.h
 2018   bool isObjCLifetimeType() const;              // (array of)* retainable type

References

tools/clang/lib/AST/Type.cpp
 4016   assert(isObjCLifetimeType() &&
 4060   if (isObjCLifetimeType())
tools/clang/lib/Analysis/BodyFarm.cpp
  775   if (!IVar->getType()->isObjCLifetimeType() &&
tools/clang/lib/Sema/SemaCast.cpp
 2770         if (CastPtr->getPointeeType()->isObjCLifetimeType() &&
 2771             ExprPtr->getPointeeType()->isObjCLifetimeType() &&
tools/clang/lib/Sema/SemaDecl.cpp
 6099     if (!type->isObjCLifetimeType())
13151       T->isObjCLifetimeType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 5269       !QT->isObjCLifetimeType()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3773         IvarTy->isObjCLifetimeType()) {
tools/clang/lib/Sema/SemaExpr.cpp
  826   if (getLangOpts().ObjCAutoRefCount && Ty->isObjCLifetimeType())
14516            TInfo->getType()->isObjCLifetimeType()
tools/clang/lib/Sema/SemaExprCXX.cpp
 1891       AllocType->isObjCLifetimeType()) {
 2213           BaseAllocType->isObjCLifetimeType())
 4553     if (T->isObjCLifetimeType()) {
 4709     if (T->isObjCLifetimeType() &&
 4760     if (T->isObjCLifetimeType() &&
 4780     if (T.isPODType(C) || T->isObjCLifetimeType())
 4808     if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType())
 4850     if (T.isPODType(C) || T->isObjCLifetimeType())
tools/clang/lib/Sema/SemaOverload.cpp
 2633   if (!ToPointee->isObjCLifetimeType() ||
 2646   if (!FromPointee->isObjCLifetimeType() ||
tools/clang/lib/Sema/SemaTemplate.cpp
 4586       ArgType->isObjCLifetimeType() &&
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1388     if (ParamQs.hasObjCLifetime() && !DeducedType->isObjCLifetimeType() &&
 1400         DeducedType->isObjCLifetimeType() &&
tools/clang/lib/Sema/SemaType.cpp
 1868   if (!type->isObjCLifetimeType() ||
tools/clang/lib/Sema/TreeTransform.h
 4402     if (!T->isObjCLifetimeType() && !T->isDependentType())
tools/clang/tools/extra/clang-tidy/utils/TypeTraits.cpp
   48          !Type->isObjCLifetimeType();
  116       if (Type->isObjCLifetimeType())