Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:IFace

687       if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
688 if (!IFace->isThisDeclarationADefinition()) {
690 SourceLocation StartLoc = IFace->getLocStart();
706 ObjCInterfacesSeen.push_back(IFace);
4144 ObjCInterfaceDecl *IFace = MD->getClassInterface();
4145 Name = IFace->getName();