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

/external/clang/lib/Analysis/
H A DCocoaConventions.cpp71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp267 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
H A DRetainCountChecker.cpp1045 S = (RetTy->isObjCIdType())
2818 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() ||
3234 if (ResultTy->isObjCIdType()) {
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp821 if (result.get()->getType()->isObjCIdType()) {
824 if (!ptr->isObjCIdType())
1062 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
1156 bool receiverIdType = (BaseT->isObjCIdType() ||
1268 bool receiverIdType = (BaseT->isObjCIdType() ||
H A DSemaDeclObjC.cpp1317 if (rejectId && B->isObjCIdType()) return false;
1333 if (C.isObjCIdType(A) || C.isObjCIdType(B)) return false;
2462 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType())
2769 if (ResultObjectType->isObjCIdType() ||
H A DSemaExprObjC.cpp2347 bool receiverIsId = ReceiverType->isObjCIdType();
3318 } else if (castType->isObjCIdType() ||
3381 } else if (castExpr->getType()->isObjCIdType() ||
H A DSemaExpr.cpp5578 if (QT->isObjCIdType())
5827 if (LHSTy->isObjCIdType() &&
5832 if (RHSTy->isObjCIdType() &&
5884 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
6506 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) {
7682 if (Type->isObjCIdType()) {
10814 if (!PT->isObjCIdType()) {
H A DSemaOverload.cpp1946 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType())
3866 if (ToPtr1->isObjCIdType() &&
3869 if (ToPtr2->isObjCIdType() &&
3898 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() &&
6747 if (Ty->isObjCIdType() || Ty->isObjCClassType())
H A DSemaCodeComplete.cpp1234 T->isObjCIdType() ||
5479 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
5555 else if (ReceiverType->isObjCIdType()) {
H A DSemaDeclAttr.cpp1092 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
H A DSemaType.cpp930 } else if (Result->isObjCIdType()) {
H A DSemaDecl.cpp8361 DeducedType->isObjCIdType()) {
/external/clang/lib/AST/
H A DTypePrinter.cpp196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1288 if (T->isObjCIdType() || T->isObjCQualifiedIdType())
1307 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType() &&
H A DDeclObjC.cpp853 if (!isInstanceMethod() || !getReturnType()->isObjCIdType())
869 if (!ArgT->isObjCIdType()) {
H A DASTContext.cpp5435 if (Ty->isObjCIdType()) {
5475 if (OPT->isObjCIdType()) {
6436 lhs->isObjCIdType() || lhs->isObjCClassType())
6439 rhs->isObjCIdType() || rhs->isObjCClassType())
6588 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
7115 if (LHS->isObjCIdType() && RHS->isBlockPointerType())
7117 if (RHS->isObjCIdType() && LHS->isBlockPointerType())
/external/clang/include/clang/AST/
H A DCanonicalType.h653 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h1563 bool isObjCIdType() const; // id
4530 /// isObjCIdType - True if this is equivalent to the 'id' type, i.e. if
4532 bool isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4972 inline bool Type::isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4974 return OPT->isObjCIdType();
4988 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h2005 bool isObjCIdType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp899 if (OM->getReturnType()->isObjCIdType())
906 if (!OM->getReturnType()->isObjCIdType())
1176 !OM->getReturnType()->isObjCIdType())
/external/clang/tools/libclang/
H A DCXType.cpp107 if (Ctx.isObjCIdType(UnqualT))
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1085 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) {
1113 if (T->isObjCIdType() ||
H A DCGObjCMac.cpp1730 if (T->isObjCIdType() ||
3952 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
6946 if (T->isObjCIdType() ||
/external/lldb/source/Symbol/
H A DClangASTType.cpp995 !qual_type->isObjCIdType())

Completed in 747 milliseconds