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

Declarations

tools/clang/include/clang/AST/Type.h
 2028   bool isObjCObjectOrInterfaceType() const;

References

tools/clang/lib/Parse/ParseExpr.cpp
 1026           if (Typ.get()->isObjCObjectOrInterfaceType()) {
tools/clang/lib/Parse/ParseObjc.cpp
 2988   if (!Type.get().isNull() && Type.get()->isObjCObjectOrInterfaceType()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4207     if (!T.get().isNull() && T.get()->isObjCObjectOrInterfaceType())
 4719         ConvertedBaseType->isObjCObjectOrInterfaceType()) {
tools/clang/lib/Sema/SemaOverload.cpp
 4404   else if (UnqualT1->isObjCObjectOrInterfaceType() &&
 4405            UnqualT2->isObjCObjectOrInterfaceType() &&
tools/clang/lib/Sema/SemaTemplate.cpp
  366     if (ObjectType->isObjCObjectOrInterfaceType() ||
tools/lldb/source/Symbol/ClangASTContext.cpp
 3618     return ClangUtil::GetCanonicalQualType(type)->isObjCObjectOrInterfaceType();
 4193     if (pointee_type->isObjCObjectOrInterfaceType())
 4201     if (qual_type->isObjCObjectOrInterfaceType())
 5006       if (qual_type->isObjCObjectOrInterfaceType())