Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp372 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType()
609 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt()
610 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt()
672 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp78 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp852 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation()
855 if (!ptr->isObjCIdType()) in buildRValueOperation()
1101 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind()
1218 if (!BaseT->isObjCIdType()) { in findAtIndexGetter()
1333 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
H A DSemaExprObjC.cpp2752 if (ReceiverType->isObjCIdType() && !isImplicit) in BuildInstanceMessage()
3812 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast()
3829 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast()
3881 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
H A DSemaDeclObjC.cpp2256 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()
3667 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
4125 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
4859 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
H A DSemaOverload.cpp2211 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()
4161 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()
4164 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()
4193 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
6267 if (ReturnT->isObjCIdType()) in SelectBestMethod()
7608 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
H A DSemaExpr.cpp7175 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
7180 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
7235 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()
8021 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()
9781 if (Type->isObjCIdType()) { in hasIsEqualMethod()
13945 if (!PT->isObjCIdType()) { in ConversionToObjCStringLiteralCheck()
H A DSemaCodeComplete.cpp1267 T->isObjCIdType() || in IsObjCCollection()
6477 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
6552 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
H A DSemaType.cpp921 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()
924 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
H A DSemaDeclAttr.cpp1449 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
H A DSemaDecl.cpp10936 !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp262 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject()
668 if (ResultTy->isObjCIdType()) { in canEval()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h1988 bool isObjCIdType() const; // id
5856 bool isObjCIdType() const {
6422 inline bool Type::isObjCIdType() const {
6424 return OPT->isObjCIdType();
6441 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2535 bool isObjCIdType(QualType T) const { in isObjCIdType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1021 if (OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType()
1028 if (!OM->getReturnType()->isObjCIdType()) in migrateMethodInstanceType()
1297 !OM->getReturnType()->isObjCIdType()) in migrateFactoryMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4566 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
6867 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl()
6906 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()
7882 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
7885 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
8070 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
8188 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes()
8189 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes()
8789 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()
8791 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
H A DTypePrinter.cpp235 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers()
1609 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
H A DDeclObjC.cpp1046 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1062 if (!ArgT->isObjCIdType()) { in getMethodFamily()
H A DType.cpp569 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
3849 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp445 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2262 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
2293 if (T->isObjCIdType() || in GetEHType()
H A DCGObjCMac.cpp1836 if (T->isObjCIdType() || in GetEHType()
4556 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()
7520 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3961 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()