Lines Matching refs:SD
1812 if (ObjCInterfaceDecl *SD = OI->getSuperClass())1813 while (SD) {1814 CollectInheritedProtocols(SD, Protocols);1815 SD = SD->getSuperClass();