Lines Matching refs:SD
1984 if (ObjCInterfaceDecl *SD = OI->getSuperClass())1985 while (SD) {1986 CollectInheritedProtocols(SD, Protocols);1987 SD = SD->getSuperClass();