Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCocoaConventions.cpp69 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() || in isCocoaObjectRef()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp688 result.get()->getType()->isObjCIdType()) { in buildRValueOperation()
692 if (!ptr->isObjCIdType()) in buildRValueOperation()
917 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) { in CheckSubscriptingKind()
986 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexGetter()
1096 bool receiverIdType = (BaseT->isObjCIdType() || in findAtIndexSetter()
DSemaDeclObjC.cpp1153 if (rejectId && B->isObjCIdType()) return false; in isObjCTypeSubstitutable()
2514 if (ResultObjectType->isObjCIdType() || in CheckRelatedResultTypeCompatibility()
DSemaOverload.cpp1810 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType()) in BuildSimilarlyQualifiedPointerType()
3709 if (ToPtr1->isObjCIdType() && in CompareDerivedToBaseConversions()
3712 if (ToPtr2->isObjCIdType() && in CompareDerivedToBaseConversions()
3741 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() && in CompareDerivedToBaseConversions()
6219 if (Ty->isObjCIdType() || Ty->isObjCClassType()) in AddTypesConvertedFrom()
DSemaExpr.cpp4848 if (LHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
4853 if (RHSTy->isObjCIdType() && in FindCompositeObjCPointerType()
4905 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) { in FindCompositeObjCPointerType()
5523 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) { in CheckAssignmentConstraints()
9254 if (!PT->isObjCIdType()) { in MakeObjCStringLiteralFixItHint()
DSemaCodeComplete.cpp1176 T->isObjCIdType() || in IsObjCCollection()
5379 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5453 else if (ReceiverType->isObjCIdType()) {
DSemaExprObjC.cpp2090 bool receiverIsId = ReceiverType->isObjCIdType(); in BuildInstanceMessage()
DSemaType.cpp797 } else if (Result->isObjCIdType()) { in ConvertDeclSpecToType()
DSemaDeclAttr.cpp834 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) { in handleIBOutletCollection()
DSemaDecl.cpp6281 if (getLangOpts().DebuggerCastResultToId && DclT->isObjCIdType()) in AddInitializerToDecl()
/external/clang/lib/AST/
DTypePrinter.cpp131 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() || in print()
1025 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) in printObjCObjectPointer()
1046 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType()) in printObjCObjectPointer()
DDeclObjC.cpp582 !getResultType()->isObjCIdType()) in getMethodFamily()
598 if (!ArgT->isObjCIdType()) { in getMethodFamily()
DASTContext.cpp4652 if (OPT->isObjCIdType()) { in getObjCEncodingForTypeImpl()
5250 lhs->isObjCIdType() || lhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
5253 rhs->isObjCIdType() || rhs->isObjCClassType()) in ObjCQualifiedIdTypesAreCompatible()
5417 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
5943 if (LHS->isObjCIdType() && RHS->isBlockPointerType()) in mergeTypes()
5945 if (RHS->isObjCIdType() && LHS->isBlockPointerType()) in mergeTypes()
/external/clang/include/clang/AST/
DCanonicalType.h698 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
DType.h1503 bool isObjCIdType() const; // id
4354 bool isObjCIdType() const {
4794 inline bool Type::isObjCIdType() const {
4796 return OPT->isObjCIdType();
4810 return isObjCIdType() || isObjCClassType() || isObjCSelType();
DASTContext.h1607 bool isObjCIdType(QualType T) const { in isObjCIdType() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp938 S = (RetTy->isObjCIdType()) in getSummary()
2742 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() || in GetReturnType()
3097 if (ResultTy->isObjCIdType()) { in evalCall()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp886 if (T->isObjCIdType() in GetEHType()
912 if (T->isObjCIdType() || in GetEHType()
DCGObjCMac.cpp1581 if (T->isObjCIdType() || in GetEHType()
3298 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType())) in EmitTryOrSynchronizedStmt()
6249 if (T->isObjCIdType() || in GetEHType()