Home
last modified time | relevance | path

Searched refs:isObjCIdType (Results 1 – 25 of 26) sorted by relevance

12

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp454 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType()
691 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt()
692 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt()
752 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp77 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
H A DRetainSummaryManager.cpp311 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject()
730 if (ResultTy->isObjCIdType()) { in canEval()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp850 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation()
853 if (!ptr->isObjCIdType()) in buildRValueOperation()
1138 if (!BaseT->isObjCIdType()) { in findAtIndexGetter()
1250 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
H A DSemaExprObjC.cpp3147 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
3185 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
4044 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast()
4061 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast()
4111 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
4954 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
4960 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
5019 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()
5100 if (!PT->isObjCIdType() && !(ID && ID->getIdentifier()->isStr("NSString"))) in CheckConversionToObjCLiteral()
H A DSemaObjC.cpp622 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()
625 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
1421 } else if (CT->isObjCIdType() || CT->isBlockPointerType()) { in CheckSubscriptingKind()
1590 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
H A DSemaDeclObjC.cpp2315 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()
3722 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
4256 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
5179 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
H A DSemaOverload.cpp2676 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()
4686 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()
4689 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()
4718 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
7116 if (ReturnT->isObjCIdType()) in SelectBestMethod()
8595 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
H A DSemaCodeComplete.cpp1696 T->isObjCIdType() || in IsObjCCollection()
8328 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
8404 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
H A DSemaType.cpp9576 if (!BaseType->isAnyPointerType() || BaseType->isObjCIdType()) in BuiltinRemovePointer()
H A DSemaExpr.cpp9356 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()
11557 if (Type->isObjCIdType()) { in hasIsEqualMethod()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h2561 bool isObjCIdType() const; // id
7453 bool isObjCIdType() const {
8170 inline bool Type::isObjCIdType() const {
8172 return OPT->isObjCIdType();
8189 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2949 bool isObjCIdType(QualType T) const { in isObjCIdType() function
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1018 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType()
1025 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType()
1294 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1113 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1129 if (!ArgT->isObjCIdType()) { in getMethodFamily()
H A DTypePrinter.cpp254 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers()
2129 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
H A DASTContext.cpp5830 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
8856 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl()
8896 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()
10127 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible()
10315 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
10437 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes()
10438 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes()
11095 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()
11097 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
H A DType.cpp769 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
4876 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
/src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp400 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp309 if (T->isObjCIdType()) { in getFragmentsForType()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2501 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
2532 if (T->isObjCIdType() || in GetEHType()
H A DCGObjCMac.cpp1908 if (T->isObjCIdType() || in GetEHType()
4739 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()
7740 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3741 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()

12