Searched refs:CurrentInterfaceDecl (Results 1 – 1 of 1) sorted by relevance
233 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local234 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()241 CurrentInterfaceDecl = Super; in ActOnProperty()246 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()