Searched refs:isObjCIdType (Results 1 - 22 of 22) sorted by relevance

/external/clang/lib/Analysis/
H A DCocoaConventions.cpp71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp250 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
H A DRetainCountChecker.cpp1071 S = (RetTy->isObjCIdType())
2752 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() ||
3155 if (ResultTy->isObjCIdType()) {
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp705 result.get()->getType()->isObjCIdType()) {
709 if (!ptr->isObjCIdType())
933 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
1027 bool receiverIdType = (BaseT->isObjCIdType() ||
1141 bool receiverIdType = (BaseT->isObjCIdType() ||
H A DSemaDeclObjC.cpp1205 if (rejectId && B->isObjCIdType()) return false;
1221 if (C.isObjCIdType(A) || C.isObjCIdType(B)) return false;
2543 if (ResultObjectType->isObjCIdType() ||
H A DSemaOverload.cpp1841 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType())
3743 if (ToPtr1->isObjCIdType() &&
3746 if (ToPtr2->isObjCIdType() &&
3775 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() &&
6246 if (Ty->isObjCIdType() || Ty->isObjCClassType())
H A DSemaExpr.cpp5035 if (LHSTy->isObjCIdType() &&
5040 if (RHSTy->isObjCIdType() &&
5092 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
5708 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) {
6759 if (Type->isObjCIdType()) {
9626 if (!PT->isObjCIdType()) {
H A DSemaCodeComplete.cpp1178 T->isObjCIdType() ||
5437 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5511 else if (ReceiverType->isObjCIdType()) {
H A DSemaExprObjC.cpp2128 bool receiverIsId = ReceiverType->isObjCIdType();
H A DSemaType.cpp800 } else if (Result->isObjCIdType()) {
H A DSemaDecl.cpp6442 DeducedType->getType()->isObjCIdType()) {
6534 if (getLangOpts().DebuggerCastResultToId && DclT->isObjCIdType())
H A DSemaDeclAttr.cpp1066 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
/external/clang/lib/AST/
H A DTypePrinter.cpp196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1210 if (T->isObjCIdType() || T->isObjCQualifiedIdType())
1231 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType()) {
H A DDeclObjC.cpp608 !getResultType()->isObjCIdType())
624 if (!ArgT->isObjCIdType()) {
H A DASTContext.cpp5020 if (OPT->isObjCIdType()) {
5849 lhs->isObjCIdType() || lhs->isObjCClassType())
5852 rhs->isObjCIdType() || rhs->isObjCClassType())
6016 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
6545 if (LHS->isObjCIdType() && RHS->isBlockPointerType())
6547 if (RHS->isObjCIdType() && LHS->isBlockPointerType())
/external/clang/include/clang/AST/
H A DCanonicalType.h699 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h1533 bool isObjCIdType() const; // id
4424 /// isObjCIdType - True if this is equivalent to the 'id' type, i.e. if
4426 bool isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4866 inline bool Type::isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4868 return OPT->isObjCIdType();
4882 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h1794 bool isObjCIdType(QualType T) const { function in class:clang::ASTContext
/external/clang/tools/libclang/
H A DCXType.cpp103 if (Ctx.isObjCIdType(UnqualT))
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp114 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp948 if (T->isObjCIdType()
974 if (T->isObjCIdType() ||
H A DCGObjCMac.cpp1581 if (T->isObjCIdType() ||
3298 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
6263 if (T->isObjCIdType() ||

Completed in 1123 milliseconds