Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp455 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType()) in getBetterObjCType()
692 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt()
693 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt()
755 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() || in findMethodDecl()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCocoaConventions.cpp77 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
H A DRetainSummaryManager.cpp310 return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing) in getSummaryForObjCOrCFObject()
734 if (ResultTy->isObjCIdType()) { in canEval()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp842 if (result.get()->getType()->isObjCIdType()) { in buildRValueOperation()
845 if (!ptr->isObjCIdType()) in buildRValueOperation()
1091 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind()
1207 if (!BaseT->isObjCIdType()) { in findAtIndexGetter()
1323 if (!BaseT->isObjCIdType()) { in findAtIndexSetter()
H A DSemaExprObjC.cpp3137 if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
3175 } else if (ReceiverType->isObjCIdType() && !isImplicit) { in BuildInstanceMessage()
4030 } else if (castType->isObjCIdType() || in CheckObjCBridgeNSCast()
4047 } else if (!castType->isObjCIdType()) { in CheckObjCBridgeNSCast()
4097 } else if (castExpr->getType()->isObjCIdType() || in CheckObjCBridgeCFCast()
H A DSemaDeclObjC.cpp2307 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()
3720 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType()) in SelectorsForTypoCorrection()
4251 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
5163 } else if (T->isObjCIdType()) { in BuildObjCExceptionDecl()
H A DSemaOverload.cpp2398 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()
4484 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()
4487 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()
4516 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
6750 if (ReturnT->isObjCIdType()) in SelectBestMethod()
8215 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
H A DSemaExpr.cpp9048 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
9053 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
9109 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()
9981 if (getLangOpts().ObjC && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()
12105 if (Type->isObjCIdType()) { in hasIsEqualMethod()
17078 if (!PT->isObjCIdType() && in CheckConversionToObjCLiteral()
H A DSemaType.cpp952 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()
955 if (boundObjC->isObjCIdType()) in applyObjCTypeArgs()
9353 if (!BaseType->isAnyPointerType() || BaseType->isObjCIdType()) in BuiltinRemovePointer()
H A DSemaCodeComplete.cpp1630 T->isObjCIdType() || in IsObjCCollection()
8160 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) { in CodeCompleteObjCInstanceMessage()
8235 else if (ReceiverType->isObjCIdType()) { in CodeCompleteObjCInstanceMessage()
H A DSemaDeclAttr.cpp1530 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h602 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h2195 bool isObjCIdType() const; // id
6339 bool isObjCIdType() const {
7055 inline bool Type::isObjCIdType() const {
7057 return OPT->isObjCIdType();
7074 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2829 bool isObjCIdType(QualType T) const { in isObjCIdType() function
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp251 if (T->isObjCIdType()) in getFragmentsForType()
/openbsd-src/gnu/llvm/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()
1907 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() && in printObjCObjectPointerBefore()
H A DASTContext.cpp5435 if (type->isObjCIdType()) { in applyObjCProtocolQualifiers()
8385 if (Ty->isObjCIdType()) { in getObjCEncodingForTypeImpl()
8425 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()
9570 if (lhs->isObjCIdType() || rhs->isObjCIdType()) in ObjCQualifiedIdTypesAreCompatible()
9758 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
9880 if ((lhsOPT && lhsOPT->isObjCIdType() && rhsBlock) || in canAssignObjCObjectTypes()
9881 (rhsOPT && rhsOPT->isObjCIdType() && lhsBlock)) in canAssignObjCObjectTypes()
10510 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()
10512 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
H A DType.cpp693 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
4358 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType())) in maybeAdjustInterfaceForSubscriptingCheck()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp402 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp153 if (Ctx.isObjCIdType(UnqualT)) in MakeCXType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2388 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()
2419 if (T->isObjCIdType() || in GetEHType()
H A DCGObjCMac.cpp1900 if (T->isObjCIdType() || in GetEHType()
4756 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()
7787 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) { in GetEHType()

12