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

References

tools/clang/lib/AST/ExprObjC.cpp
  352     return getSuperType();
tools/clang/lib/AST/JSONNodeDumper.cpp
 1059     JOS.attribute("superType", createQualType(OME->getSuperType()));
 1063     JOS.attribute("superType", createQualType(OME->getSuperType()));
tools/clang/lib/CodeGen/CGObjC.cpp
  553     ReceiverType = E->getSuperType();
  559     ReceiverType = E->getSuperType();
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  132     ClassRec = InnerMsg->getSuperType();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1481                                      OldMsg->getSuperType(),
 1564                                      OldMsg->getSuperType(),
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1295                                      OldMsg->getSuperType(),
 1371                                      OldMsg->getSuperType(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1214     Record.AddTypeRef(E->getSuperType());
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  317           = MsgE->getSuperType()->getAs<ObjCObjectType>())
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1198     QualType SupersType = E->getSuperType();