Searched refs:CurrentInterfaceDecl (Results 1 – 1 of 1) sorted by relevance
232 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()240 CurrentInterfaceDecl = Super; in ActOnProperty()245 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()