HomeSort by: relevance | last modified time | path
    Searched refs:isObjCLifetimeType (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 2015 AllocType->isObjCLifetimeType()) {
2399 BaseAllocType->isObjCLifetimeType())
4811 if (T->isObjCLifetimeType()) {
4969 if (T->isObjCLifetimeType() &&
5019 if (T->isObjCLifetimeType() &&
5039 if (T.isPODType(C) || T->isObjCLifetimeType())
5067 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType())
5108 if (T.isPODType(C) || T->isObjCLifetimeType())
SemaCast.cpp 3066 if (CastPtr->getPointeeType()->isObjCLifetimeType() &&
3067 ExprPtr->getPointeeType()->isObjCLifetimeType() &&
SemaTemplateDeduction.cpp 1517 if (ParamQs.hasObjCLifetime() && !DeducedType->isObjCLifetimeType() &&
1529 DeducedType->isObjCLifetimeType() &&
SemaDeclObjC.cpp 3798 IvarTy->isObjCLifetimeType()) {
SemaDecl.cpp 6333 if (!type->isObjCLifetimeType())
13822 T->isObjCLifetimeType()) {
SemaOverload.cpp 2698 if (!ToPointee->isObjCLifetimeType() ||
2711 if (!FromPointee->isObjCLifetimeType() ||
SemaDeclAttr.cpp 5641 !QT->isObjCLifetimeType()) {
SemaTemplate.cpp 5055 ArgType->isObjCLifetimeType() &&
SemaType.cpp 1947 if (!type->isObjCLifetimeType() ||
SemaExpr.cpp 900 if (getLangOpts().ObjCAutoRefCount && Ty->isObjCLifetimeType())
15709 TInfo->getType()->isObjCLifetimeType()
TreeTransform.h 4757 if (!T->isObjCLifetimeType() && !T->isDependentType())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 802 if (!IVar->getType()->isObjCLifetimeType() &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 4234 assert(isObjCLifetimeType() &&
4278 if (isObjCLifetimeType())
4291 bool Type::isObjCLifetimeType() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2047 bool isObjCLifetimeType() const; // (array of)* retainable type
2129 /// isObjCLifetimeType(), is implicitly __unsafe_unretained rather

Completed in 170 milliseconds