Searched refs:CurrentInterfaceDecl (Results 1 – 1 of 1) sorted by relevance
237 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local238 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()250 CurrentInterfaceDecl = Super; in ActOnProperty()255 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()