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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp267 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
H A DRetainCountChecker.cpp986 S = (RetTy->isObjCIdType())
2720 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() ||
3114 if (ResultTy->isObjCIdType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp792 result.get()->getType()->isObjCIdType()) {
796 if (!ptr->isObjCIdType())
1032 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
1126 bool receiverIdType = (BaseT->isObjCIdType() ||
1238 bool receiverIdType = (BaseT->isObjCIdType() ||
H A DSemaDeclObjC.cpp1283 if (rejectId && B->isObjCIdType()) return false;
1299 if (C.isObjCIdType(A) || C.isObjCIdType(B)) return false;
2385 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType())
2804 if (ResultObjectType->isObjCIdType() ||
H A DSemaOverload.cpp1937 if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType())
3826 if (ToPtr1->isObjCIdType() &&
3829 if (ToPtr2->isObjCIdType() &&
3858 !FromPtr1->isObjCIdType() && !FromPtr1->isObjCClassType() &&
6560 if (Ty->isObjCIdType() || Ty->isObjCClassType())
H A DSemaExpr.cpp5657 if (LHSTy->isObjCIdType() &&
5662 if (RHSTy->isObjCIdType() &&
5714 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
6337 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) {
7476 if (Type->isObjCIdType()) {
10581 if (!PT->isObjCIdType()) {
H A DSemaCodeComplete.cpp1235 T->isObjCIdType() ||
5539 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5612 else if (ReceiverType->isObjCIdType()) {
H A DSemaExprObjC.cpp2307 bool receiverIsId = ReceiverType->isObjCIdType();
H A DSemaType.cpp929 } else if (Result->isObjCIdType()) {
H A DSemaDeclAttr.cpp1371 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
H A DSemaDecl.cpp8123 DeducedType->isObjCIdType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp896 if (OM->getResultType()->isObjCIdType())
903 if (!OM->getResultType()->isObjCIdType())
1176 !OM->getResultType()->isObjCIdType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1274 if (T->isObjCIdType() || T->isObjCQualifiedIdType())
1295 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType()) {
H A DDeclObjC.cpp761 !getResultType()->isObjCIdType())
777 if (!ArgT->isObjCIdType()) {
H A DASTContext.cpp5422 if (OPT->isObjCIdType()) {
6496 lhs->isObjCIdType() || lhs->isObjCClassType())
6499 rhs->isObjCIdType() || rhs->isObjCClassType())
6663 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
7206 if (LHS->isObjCIdType() && RHS->isBlockPointerType())
7208 if (RHS->isObjCIdType() && LHS->isBlockPointerType())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h654 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
H A DType.h1564 bool isObjCIdType() const; // id
4503 /// isObjCIdType - True if this is equivalent to the 'id' type, i.e. if
4505 bool isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4943 inline bool Type::isObjCIdType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
4945 return OPT->isObjCIdType();
4959 return isObjCIdType() || isObjCClassType() || isObjCSelType();
H A DASTContext.h1964 bool isObjCIdType(QualType T) const { function in class:clang::ASTContext
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1108 if (T->isObjCIdType() || T->isObjCQualifiedIdType()) {
1136 if (T->isObjCIdType() ||
H A DCGObjCMac.cpp1735 if (T->isObjCIdType() ||
3983 if (OPT && (OPT->isObjCIdType() || OPT->isObjCQualifiedIdType()))
6963 if (T->isObjCIdType() ||
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1044 !qual_type->isObjCIdType())

Completed in 799 milliseconds