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

References

tools/clang/include/clang/AST/ASTContext.h
 1616   void setObjCSuperType(QualType ST) { ObjCSuperType = ST; }
tools/clang/lib/AST/ASTContext.cpp
 1368   ObjCSuperType = QualType();
 6058   if (ObjCSuperType.isNull()) {
 6061     ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl);
 6063   return ObjCSuperType;