Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:IFace

679       if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
680 if (!IFace->isThisDeclarationADefinition()) {
682 SourceLocation StartLoc = IFace->getLocStart();
3647 ObjCInterfaceDecl *IFace = MD->getClassInterface();
3648 Name = IFace->getName();