Searched refs:isObjCLifetimeType (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1054 if ((*this)->isObjCLifetimeType())
1106 if ((*this)->isObjCLifetimeType())
2296 assert(isObjCLifetimeType() &&
2326 if (isObjCLifetimeType())
2339 bool Type::isObjCLifetimeType() const { function in class:Type
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1166 AllocType->isObjCLifetimeType()) {
1496 BaseAllocType->isObjCLifetimeType())
3100 if (T->isObjCLifetimeType()) {
3248 if (T->isObjCLifetimeType() &&
3268 if (T.isPODType(Self.Context) || T->isObjCLifetimeType())
3296 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType())
3337 if (T.isPODType(C) || T->isObjCLifetimeType())
3432 return T->isObjCLifetimeType();
H A DSemaCast.cpp2235 if (CastPtr->getPointeeType()->isObjCLifetimeType() &&
2236 ExprPtr->getPointeeType()->isObjCLifetimeType() &&
H A DSemaTemplateDeduction.cpp1087 if (ParamQs.hasObjCLifetime() && !DeducedType->isObjCLifetimeType() &&
1099 DeducedType->isObjCLifetimeType() &&
H A DSemaType.cpp1242 if (!type->isObjCLifetimeType() ||
1576 !BaseT->isObjCLifetimeType()) {
H A DSemaDecl.cpp4606 if (!type->isObjCLifetimeType())
8481 T->isObjCLifetimeType()) {
H A DSemaOverload.cpp2365 if (!ToPointee->isObjCLifetimeType() ||
2378 if (!FromPointee->isObjCLifetimeType() ||
H A DSemaDeclAttr.cpp4558 !type->isObjCLifetimeType()) {
H A DSemaInit.cpp5282 CurInit.get()->getType()->isObjCLifetimeType())
H A DSemaTemplate.cpp2523 ArgType->isObjCLifetimeType() &&
H A DSemaExpr.cpp748 if (getLangOpts().ObjCAutoRefCount && Ty->isObjCLifetimeType())
10100 TInfo->getType()->isObjCLifetimeType()
H A DTreeTransform.h3398 if (!Result->isObjCLifetimeType() && !Result->isDependentType())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp217 M->getType()->isObjCLifetimeType() &&
2963 DestroyedType->isObjCLifetimeType() &&
H A DCGExprCXX.cpp1442 ElementType->isObjCLifetimeType()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1553 bool isObjCLifetimeType() const; // (array of)* retainable type
1588 /// isObjCLifetimeType(), is implicitly __unsafe_unretained rather

Completed in 357 milliseconds