Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IFace

766       if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>((*DI))) {
767 if (!IFace->isThisDeclarationADefinition()) {
769 SourceLocation StartLoc = IFace->getLocStart();
785 ObjCInterfacesSeen.push_back(IFace);
4557 ObjCInterfaceDecl *IFace = MD->getClassInterface();
4558 Name = IFace->getName();