reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2029   bool isObjCIdType() const;                    // id

References

tools/clang/include/clang/AST/Type.h
 6543   return isObjCIdType() || isObjCClassType() || isObjCSelType();
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1032       if (OM->getReturnType()->isObjCIdType())
 1039   if (!OM->getReturnType()->isObjCIdType())
 1308       !OM->getReturnType()->isObjCIdType())
tools/clang/lib/AST/ASTContext.cpp
 4696   if (type->isObjCIdType()) {
 7017     if (Ty->isObjCIdType()) {
 8936        if (LHS->isObjCIdType() && RHS->isBlockPointerType())
 8938       if (RHS->isObjCIdType() && LHS->isBlockPointerType())
tools/clang/lib/AST/DeclObjC.cpp
 1045     if (!isInstanceMethod() || !getReturnType()->isObjCIdType())
 1061           if (!ArgT->isObjCIdType()) {
tools/clang/lib/AST/TypePrinter.cpp
  234       CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
tools/clang/lib/Analysis/RetainSummaryManager.cpp
  300     return RetTy->isObjCIdType() ? getUnarySummary(FT, DoNothing)
  724   if (ResultTy->isObjCIdType()) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2360   if (T->isObjCIdType() || T->isObjCQualifiedIdType()) {
 2391   if (T->isObjCIdType() ||
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1898   if (T->isObjCIdType() ||
 7632   if (T->isObjCIdType() || T->isObjCQualifiedIdType()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1565          T->isObjCIdType() ||
 6863   if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
 6938   else if (ReceiverType->isObjCIdType()) {
tools/clang/lib/Sema/SemaDecl.cpp
11237       !DeducedType.isNull() && DeducedType->isObjCIdType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1397   if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3679   else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType())
 4874   } else if (T->isObjCIdType()) {
tools/clang/lib/Sema/SemaExpr.cpp
 7482   if (LHSTy->isObjCIdType() &&
 7487   if (RHSTy->isObjCIdType() &&
 7543     } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
 7543     } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
 8352     if (getLangOpts().ObjC && RHSType->isObjCIdType()) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 2774   if (ReceiverType->isObjCIdType() && !isImplicit)
 3833             } else if (castType->isObjCIdType() ||
 3850         } else if (!castType->isObjCIdType()) {
 3902             } else if (castExpr->getType()->isObjCIdType() ||
tools/clang/lib/Sema/SemaOverload.cpp
 2224   if (ToType->isObjCIdType() || ToType->isObjCQualifiedIdType())
 6378           if (ReturnT->isObjCIdType())
 7775   if (Ty->isObjCIdType() || Ty->isObjCClassType())
tools/clang/lib/Sema/SemaPseudoObject.cpp
  850     if (result.get()->getType()->isObjCIdType()) {
 1099       else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
 1216     if (!BaseT->isObjCIdType()) {
 1331     if (!BaseT->isObjCIdType()) {
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  664     if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() ||
tools/lldb/source/Symbol/ClangASTContext.cpp
 3896       if (!qual_type->isObjCClassType() && !qual_type->isObjCIdType()) {