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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  969   if (OM->getReturnType() == Ctx.getObjCInstanceType())
 1307       OM->getReturnType() == Ctx.getObjCInstanceType() ||
tools/clang/lib/AST/ExprObjC.cpp
  299     if (QT == Ctx.getObjCInstanceType()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3487     if (ResultTy == CGM.getContext().getObjCInstanceType())
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  577       if (result == Context->getObjCInstanceType())
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  483       if (result == Context->getObjCInstanceType())
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4567     HasRelatedResultType = (bareResultType == Context.getObjCInstanceType());
tools/clang/lib/Sema/SemaExprObjC.cpp
 1282     if (T == Context.getObjCInstanceType()) {
 1292   if (T == Context.getObjCInstanceType())
 1390       if (T == Context.getObjCInstanceType()) {
 1509         findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) {
 1545                                       Context.getObjCInstanceType()))
tools/clang/lib/Sema/SemaType.cpp
 5880   QualType T = Context.getObjCInstanceType();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  689   if (StaticResultType == C.getObjCInstanceType())