Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp450 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType()
694 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt()
695 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt()
755 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp76 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
H A DRetainSummaryManager.cpp310 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject()
729 if (ResultTy->isObjCIdType()) { in canEval()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp848 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation()
851 if (!ptr->isObjCIdType()) in buildRValueOperation()
1136 if (!BaseT->isObjCIdType()) { in findAtIndexGetter()
1248 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
H A DSemaExprObjC.cpp3136 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
3174 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
4034 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast()
4051 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast()
4101 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
4948 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
4954 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
5013 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()
5094 if (!PT->isObjCIdType() && !(ID && ID->getIdentifier()->isStr("NSString"))) in CheckConversionToObjCLiteral()
H A DSemaObjC.cpp618 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()
621 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
1418 } else if (CT->isObjCIdType() || CT->isBlockPointerType()) { in CheckSubscriptingKind()
1586 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
H A DSemaDeclObjC.cpp2323 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()
3724 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
4258 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
5183 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
H A DSemaOverload.cpp2853 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()
4922 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()
4925 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()
4954 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
7384 if (ReturnT->isObjCIdType()) in SelectBestMethod()
9056 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
H A DSemaCodeComplete.cpp1698 T->isObjCIdType() || in IsObjCCollection()
8476 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
8552 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
H A DSemaExpr.cpp9520 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()
11844 if (Type->isObjCIdType()) { in hasIsEqualMethod()
H A DSemaDecl.cpp13157 !DeducedType.isNull() && DeducedType->isObjCIdType()) { in deduceVarTypeFromInitializer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h606 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h2624 bool isObjCIdType() const; // id
7809 bool isObjCIdType() const {
8559 inline bool Type::isObjCIdType() const {
8561 return OPT->isObjCIdType();
8578 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h3153 bool isObjCIdType(QualType T) const { in isObjCIdType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1110 if (!isInstanceMethod() || !getReturnType()->isObjCIdType()) in getMethodFamily()
1126 if (!ArgT->isObjCIdType()) { in getMethodFamily()
H A DTypePrinter.cpp255 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in canPrefixQualifiers()
2294 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
H A DASTContext.cpp6249 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
9455 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl()
9495 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()
10700 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible()
10888 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
11010 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes()
11011 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes()
11685 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()
11687 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
H A DType.cpp818 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
5125 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp399 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp315 if (T->isObjCIdType()) { in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2602 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
2633 if (T->isObjCIdType() || in GetEHType()
H A DCGObjCMac.cpp1840 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
4641 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()
7628 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3767 if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) { in IsObjCObjectPointerType()