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

Declarations

tools/clang/include/clang/AST/Type.h
 2024   bool isObjCObjectType() const;                // NSString or typeof(*(id)0)

References

tools/clang/lib/AST/ASTContext.cpp
 4686   if (type->isObjCObjectType()) {
tools/clang/lib/Parse/Parser.cpp
 1647         (Ty.get()->isObjCObjectType() ||
 1896           (Ty.get()->isObjCObjectType() ||
tools/clang/lib/Sema/SemaCast.cpp
  636     if (UnwrappedSrcType->isObjCObjectType() ||
  637         UnwrappedDestType->isObjCObjectType())
tools/clang/lib/Sema/SemaChecking.cpp
 8561       if (ExprTy->isObjCObjectType())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1564   return T->isObjCObjectType() || T->isObjCObjectPointerType() ||
 4792                (!IsArrow && BaseType->isObjCObjectType())) {
tools/clang/lib/Sema/SemaDecl.cpp
 7548   if (T->isObjCObjectType()) {
13201   if (T->isObjCObjectType()) {
16578     } else if (FDTy->isObjCObjectType()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1397   if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
14316     if (T->isObjCObjectType()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
  588         if (T->isObjCObjectType()) {
  680     } else if (typeBound->isObjCObjectType()) {
 1118     if (T->isObjCObjectType())
 1153     if (T->isObjCObjectType()) {
 1372             type->isObjCObjectType())
 3050       if (!TDD || !TDD->getUnderlyingType()->isObjCObjectType()) {
tools/clang/lib/Sema/SemaExpr.cpp
  803     if (Ty->isObjCObjectType())
  829   if (Ty->isObjCObjectType())
  874     else if (Ty->isObjCObjectType())
 3787   if (!S.LangOpts.ObjCRuntime.allowsSizeofAlignof() && T->isObjCObjectType()) {
11916         LHSType->isObjCObjectType())
12493   if (op->getType()->isObjCObjectType())
tools/clang/lib/Sema/SemaInit.cpp
 1293   } else if (DeclType->isObjCObjectType()) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
  610   if (T->isObjCObjectType()) {
tools/clang/lib/Sema/SemaType.cpp
 2009   assert(!T->isObjCObjectType() && "Should build ObjCObjectPointerType");
 2200   } else if (T->isObjCObjectType()) {
 2467   if (T->isObjCObjectType()) {
 2760     if (!isBlockPointer && !declSpecType->isObjCObjectType())
 4660       if (T->isObjCObjectType()) {
 5389     if (declSpecTy->isObjCObjectType() && hasIndirection)