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

/external/clang/lib/Analysis/
H A DCocoaConventions.cpp69 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp688 result.get()->getType()->isObjCIdType()) {
692 if (!ptr->isObjCIdType())
917 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
986 bool receiverIdType = (BaseT->isObjCIdType() ||
1096 bool receiverIdType = (BaseT->isObjCIdType() ||
H A DSemaExpr.cpp4848 if (LHSTy->isObjCIdType() &&
4853 if (RHSTy->isObjCIdType() &&
4905 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
5523 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) {
9254 if (!PT->isObjCIdType()) {
H A DSemaDeclObjC.cpp1153 if (rejectId && B->isObjCIdType()) return false;
1169 if (C.isObjCIdType(A) || C.isObjCIdType(B)) return false;
2514 if (ResultObjectType->isObjCIdType() ||
H A DSemaOverload.cpp1810 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType())
3709 if (ToPtr1->isObjCIdType() &&
3712 if (ToPtr2->isObjCIdType() &&
3741 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() &&
6219 if (Ty->isObjCIdType() || Ty->isObjCClassType())
H A DSemaCodeComplete.cpp1176 T->isObjCIdType() ||
5379 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5453 else if (ReceiverType->isObjCIdType()) {
H A DSemaExprObjC.cpp2090 bool receiverIsId = ReceiverType->isObjCIdType();
H A DSemaType.cpp797 } else if (Result->isObjCIdType()) {
H A DSemaDeclAttr.cpp834 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
H A DSemaDecl.cpp6281 if (getLangOpts().DebuggerCastResultToId && DclT->isObjCIdType())
/external/clang/lib/AST/
H A DTypePrinter.cpp131 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1025 if (T->isObjCIdType() || T->isObjCQualifiedIdType())
1046 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType())
H A DDeclObjC.cpp582 !getResultType()->isObjCIdType())
598 if (!ArgT->isObjCIdType()) {
H A DASTContext.cpp4652 if (OPT->isObjCIdType()) {
5250 lhs->isObjCIdType() || lhs->isObjCClassType())
5253 rhs->isObjCIdType() || rhs->isObjCClassType())
5417 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
5943 if (LHS->isObjCIdType() && RHS->isBlockPointerType())
5945 if (RHS->isObjCIdType() && LHS->isBlockPointerType())
/external/clang/include/clang/AST/
H A DCanonicalType.h698 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h1503 bool isObjCIdType() const; // id
4352 /// isObjCIdType - True if this is equivalent to the 'id' type, i.e. if
4354 bool isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4794 inline bool Type::isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4796 return OPT->isObjCIdType();
4810 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h1607 bool isObjCIdType(QualType T) const { function in class:clang::ASTContext
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp938 S = (RetTy->isObjCIdType())
2742 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() ||
3097 if (ResultTy->isObjCIdType()) {
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp886 if (T->isObjCIdType()
912 if (T->isObjCIdType() ||
H A DCGObjCMac.cpp1581 if (T->isObjCIdType() ||
3298 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
6249 if (T->isObjCIdType() ||

Completed in 1502 milliseconds