/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 366 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 603 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 604 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 666 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
D | RetainCountChecker.cpp | 1073 S = (RetTy->isObjCIdType()) in getFunctionSummary() 2915 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType() 3371 if (ResultTy->isObjCIdType()) { in evalCall()
|
/external/clang/lib/Analysis/ |
D | CocoaConventions.cpp | 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 836 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 839 if (!ptr->isObjCIdType()) in buildRValueOperation() 1087 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind() 1178 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexGetter() 1287 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexSetter()
|
D | SemaExprObjC.cpp | 3657 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 3674 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 3724 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
|
D | SemaDeclObjC.cpp | 2185 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3596 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 3922 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
|
D | SemaOverload.cpp | 2042 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 3952 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 3955 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 3984 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 5938 if (ReturnT->isObjCIdType()) in SelectBestMethod() 7059 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
D | SemaExpr.cpp | 6767 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 6772 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 6827 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 7492 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 8871 if (Type->isObjCIdType()) { in hasIsEqualMethod() 12346 if (!PT->isObjCIdType()) { in ConversionToObjCStringLiteralCheck()
|
D | SemaType.cpp | 915 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 918 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs() 1030 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
|
D | SemaCodeComplete.cpp | 1244 T->isObjCIdType() || in IsObjCCollection() 5722 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 5798 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
D | SemaDeclAttr.cpp | 1178 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
D | SemaDecl.cpp | 9503 !IsInitCapture && !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 583 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
D | Type.h | 1702 bool isObjCIdType() const; // id 5055 bool isObjCIdType() const { 5581 inline bool Type::isObjCIdType() const { 5583 return OPT->isObjCIdType(); 5597 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
D | ASTContext.h | 2238 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1031 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1038 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1307 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 204 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 1423 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
D | ASTContext.cpp | 5820 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 5855 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 6827 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 6830 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 7016 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 7135 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 7136 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 7727 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 7729 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
D | DeclObjC.cpp | 973 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 989 if (!ArgT->isObjCIdType()) { in getMethodFamily()
|
D | Type.cpp | 479 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType() 3635 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 115 if (Ctx.isObjCIdType(UnqualT)) in MakeCXType()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1132 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 1160 if (T->isObjCIdType() || in GetEHType()
|
D | CGObjCMac.cpp | 1729 if (T->isObjCIdType() || in GetEHType() 4205 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7185 if (T->isObjCIdType() || in GetEHType()
|