/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 366 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType() 578 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 579 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 641 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
|
D | RetainCountChecker.cpp | 1072 S = (RetTy->isObjCIdType()) in getFunctionSummary() 2922 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType() 3378 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 | 835 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation() 838 if (!ptr->isObjCIdType()) in buildRValueOperation() 1086 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind() 1177 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexGetter() 1286 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexSetter()
|
D | SemaExprObjC.cpp | 3626 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast() 3643 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast() 3693 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
|
D | SemaDeclObjC.cpp | 2160 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable() 3448 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection() 3773 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
|
D | SemaOverload.cpp | 1976 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType() 3899 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions() 3902 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions() 3931 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions() 5878 if (ReturnT->isObjCIdType()) in SelectBestMethod() 7012 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
|
D | SemaExpr.cpp | 6379 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 6384 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType() 6439 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType() 7072 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) { in CheckAssignmentConstraints() 8435 if (Type->isObjCIdType()) { in hasIsEqualMethod() 11807 if (!PT->isObjCIdType()) { in ConversionToObjCStringLiteralCheck()
|
D | SemaType.cpp | 861 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs() 864 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs() 976 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
|
D | SemaCodeComplete.cpp | 1231 T->isObjCIdType() || in IsObjCCollection() 5702 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage() 5778 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
|
D | SemaDeclAttr.cpp | 1158 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
|
D | SemaDecl.cpp | 9168 !IsInitCapture && !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 580 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
|
D | Type.h | 1670 bool isObjCIdType() const; // id 4881 bool isObjCIdType() const { 5365 inline bool Type::isObjCIdType() const { 5367 return OPT->isObjCIdType(); 5381 return isObjCIdType() || isObjCClassType() || isObjCSelType();
|
D | ASTContext.h | 2213 bool isObjCIdType(QualType T) const { in isObjCIdType() function
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1030 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1037 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType() 1307 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 200 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers() 1378 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
|
D | ASTContext.cpp | 5724 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl() 5759 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl() 6729 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 6732 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible() 6918 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 7037 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes() 7038 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes() 7612 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes() 7614 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
|
D | DeclObjC.cpp | 941 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily() 957 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 | 113 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 | 1099 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType() 1127 if (T->isObjCIdType() || in GetEHType()
|
D | CGObjCMac.cpp | 1722 if (T->isObjCIdType() || in GetEHType() 4138 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt() 7107 if (T->isObjCIdType() || in GetEHType()
|