Searched refs:isObjCObjectPointerType (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp60 if (!Ty->isObjCObjectPointerType())
H A DFormatString.cpp380 return argTy->isPointerType() || argTy->isObjCObjectPointerType() ||
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp85 var->getType()->isObjCObjectPointerType() &&
H A DTransZeroOutPropsInDealloc.cpp174 if (!IVDecl->getType()->isObjCObjectPointerType())
H A DTransUnbridgedCasts.cpp163 if (T->isObjCObjectPointerType())
H A DObjCMT.cpp924 if (T->isObjCObjectPointerType() || T->isObjCBuiltinType() ||
1259 AT->isObjCObjectPointerType() || AT->isObjCBuiltinType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp121 if (!T->isObjCObjectPointerType() ||
227 if (!T->isObjCObjectPointerType()) // Skip non-pointer ivars
H A DDeadStoresChecker.cpp277 if (T->isPointerType() || T->isObjCObjectPointerType()) {
H A DBasicObjCFoundationChecks.cpp740 if (ArgTy->isObjCObjectPointerType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp178 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) &&
H A DSemaCast.cpp1050 else if (DestType->isObjCObjectPointerType()) {
1064 if (SrcType->isObjCObjectPointerType() &&
1065 DestType->isObjCObjectPointerType()) {
1533 !DestType->isObjCObjectPointerType()) {
1912 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) ||
1913 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType()))
1918 } else if (DestType->isObjCObjectPointerType()) {
1932 if (CStyle && DestType->isObjCObjectPointerType()) {
H A DSemaPseudoObject.cpp990 if (!RecordTy && T->isObjCObjectPointerType())
1167 (!arrayRef && !T->isObjCObjectPointerType())) {
1176 if (!R->isObjCObjectPointerType()) {
1300 if (!T->isObjCObjectPointerType()) {
1311 if (!T->isObjCObjectPointerType()) {
H A DSemaExpr.cpp3648 assert(op->getType()->isObjCObjectPointerType());
3704 (!base->getType()->isObjCObjectPointerType() &&
4849 if (type->isObjCObjectPointerType()) {
5679 if (LHSTy->isObjCObjectPointerType() && RHSTy->isObjCObjectPointerType()) {
5734 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) {
5754 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) {
6355 if (RHSType->isObjCObjectPointerType()) {
6567 if ((LHSType->isPointerType() || LHSType->isObjCObjectPointerType() ||
7083 } else if (PExp->getType()->isObjCObjectPointerType()) {
[all...]
H A DSemaCodeComplete.cpp1234 return T->isObjCObjectType() || T->isObjCObjectPointerType() ||
3570 else if (BaseType->isObjCObjectPointerType())
3582 if (BaseType->isObjCObjectPointerType() ||
3644 } else if ((IsArrow && BaseType->isObjCObjectPointerType()) ||
6406 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6430 (ReturnType->isObjCObjectPointerType() &&
6664 (ReturnType->isObjCObjectPointerType() &&
6685 (ReturnType.isNull() || ReturnType->isObjCObjectPointerType())) {
6827 (ReturnType->isObjCObjectPointerType() &&
H A DSemaExprObjC.cpp156 if (!ReturnType->isObjCObjectPointerType()) {
361 if (!Element->getType()->isObjCObjectPointerType() &&
1270 if (ReceiverType->isObjCObjectPointerType()) {
3459 canExprType->isObjCObjectPointerType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp306 if (RetE->getType()->isObjCObjectPointerType())
589 if (TR->getValueType()->isObjCObjectPointerType()) {
628 if (Param->getType()->isObjCObjectPointerType())
656 if (TR->getValueType()->isObjCObjectPointerType()) {
1313 else if (OriginalTy->isObjCObjectPointerType()) {
1431 else if (Ty->isObjCObjectPointerType())
1479 else if (VDTy->isObjCObjectPointerType())
H A DStore.cpp78 if (CastToTy->isObjCObjectPointerType())
H A DExprEngineCallAndReturn.cpp137 if (ExpectedTy->isObjCObjectPointerType() &&
138 ActualTy->isObjCObjectPointerType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp444 else if (T->isObjCObjectPointerType() &&
1714 CastKind CK = syncExpr->getType()->isObjCObjectPointerType()
2104 if (T->isObjCObjectPointerType()) {
2898 CastKind CK = recExpr->getType()->isObjCObjectPointerType()
2939 } else if (type->isObjCObjectPointerType()) {
3645 VD->getType()->isObjCObjectPointerType() ||
4087 if ((*I)->isObjCObjectPointerType() &&
4440 BlockDeclRefs[i]->getType()->isObjCObjectPointerType() ||
4486 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() ||
5936 if (BaseExpr->getType()->isObjCObjectPointerType()) {
[all...]
H A DRewriteModernObjC.cpp544 else if (T->isObjCObjectPointerType() &&
2214 if (T->isObjCObjectPointerType()) {
3544 CastKind CK = recExpr->getType()->isObjCObjectPointerType()
3585 } else if (type->isObjCObjectPointerType()) {
4549 if (VD->getType()->isObjCObjectPointerType() ||
5049 if ((*I)->isObjCObjectPointerType() &&
5402 BlockDeclRefs[i]->getType()->isObjCObjectPointerType() ||
5450 InnerBlockDeclRefs[i]->getType()->isObjCObjectPointerType() ||
7757 if (BaseExpr->getType()->isObjCObjectPointerType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1552 bool isObjCObjectPointerType() const; // pointer to ObjC object
4851 return isPointerType() || isObjCObjectPointerType();
4919 inline bool Type::isObjCObjectPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5128 isObjCObjectPointerType() || isNullPtrType());
5132 return isObjCObjectPointerType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp733 if (!isInstanceMethod() || !getResultType()->isObjCObjectPointerType())
743 if (!getResultType()->isObjCObjectPointerType())
H A DExpr.cpp1435 assert(getType()->isObjCObjectPointerType());
1440 assert(getType()->isObjCObjectPointerType());
1454 assert(getType()->isObjCObjectPointerType() ==
1455 getSubExpr()->getType()->isObjCObjectPointerType());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp438 if (ThrowType->isObjCObjectPointerType()) {
604 if (CaughtType->isObjCObjectPointerType())
H A DCGRTTI.cpp949 if (ForEH && Ty->isObjCObjectPointerType() &&

Completed in 517 milliseconds

12