Searched refs:CurrentInterfaceDecl (Results 1 – 1 of 1) sorted by relevance
203 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty() local204 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()216 CurrentInterfaceDecl = Super; in ActOnProperty()221 for (auto *P : CurrentInterfaceDecl->protocols()) { in ActOnProperty()