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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 187 if (!Attr.ModifiedType->isObjCRetainableType()) {
202 !Attr.ModifiedType->isObjCRetainableType())
228 if (T.isNull() || !T->isObjCRetainableType())
TransUnbridgedCasts.cpp 97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
112 if (castType->isObjCRetainableType())
TransProperties.cpp 134 if (!getPropertyType(props)->isObjCRetainableType())
Transforms.cpp 364 return !AttrT->getModifiedType()->isObjCRetainableType();
ObjCMT.cpp 431 bool RetainableObject = ArgType->isObjCRetainableType();
1186 if (IsPrefix && GRT->isObjCRetainableType())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 80 if (!T->isObjCRetainableType())
934 if (!M.getArgExpr(0)->getType()->isObjCRetainableType())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 55 type->isObjCRetainableType()) {
586 !T->isObjCRetainableType());
1225 PropertyIvarType->isObjCRetainableType()) {
1298 PropertyIvarType->isObjCRetainableType()) {
2661 !PropertyTy->isObjCRetainableType() &&
2679 PropertyTy->isObjCRetainableType() &&
2777 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) {
SemaType.cpp 3025 if (!declSpecType->isObjCRetainableType()) return;
5725 if (declSpecTy->isObjCRetainableType() &&
5810 if (declSpecTy->isObjCRetainableType())
6556 if (pointee->isObjCRetainableType() || pointee->isPointerType())
6562 } else if (!type->isObjCRetainableType()) {
SemaDeclAttr.cpp 5214 return QT->isDependentType() || QT->isObjCRetainableType();
5455 (!resultType->isPointerType() || resultType->isObjCRetainableType())) {
7451 if (!Ty->isObjCRetainableType()) {
SemaInit.cpp 3845 assert(Entity.getType()->isObjCRetainableType() &&
3855 if (!Entity.getType()->isObjCRetainableType())
SemaExprObjC.cpp 2906 if (ReceiverType->isObjCRetainableType()) {
SemaExprCXX.cpp 6857 E->getType()->isObjCRetainableType()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp 691 if (QT->isObjCRetainableType()) {
Type.cpp 4271 bool Type::isObjCRetainableType() const {
4295 return type->isObjCRetainableType();
DeclCXX.cpp 1028 if (T->isObjCRetainableType() || T.isObjCGCStrong()) {
ASTContext.cpp 6755 if (!Ty->isObjCRetainableType()) return false;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 615 } else if (VT->isObjCRetainableType()) {
1653 if (!T->isObjCRetainableType())
2096 if (T->isObjCRetainableType() && !T.getQualifiers().hasObjCLifetime() &&
2570 if (!type->isObjCRetainableType()) return nullptr;
CGObjC.cpp 271 if (!ExpT->isObjCRetainableType())
347 assert(E->getType()->isObjCRetainableType());
CGCall.cpp 3501 // Type::isObjCRetainabletype has to be called on a QualType that hasn't
3518 RT->isObjCRetainableType());
3701 type->isObjCRetainableType()) {
4099 Ty.getNonReferenceType()->isObjCRetainableType() ||
CodeGenFunction.cpp 1085 RetTy->isObjCRetainableType())
CGClass.cpp 2898 if (getLangOpts().ObjCAutoRefCount && resultType->isObjCRetainableType()) {
CGBuiltin.cpp 1795 if (TheExpr->getType()->isObjCRetainableType() &&
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 301 if (Ty->isObjCRetainableType())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2046 bool isObjCRetainableType() const; // ObjC object or block pointer

Completed in 95 milliseconds