Home | History | Annotate | Download | only in AST

Lines Matching refs:IFace

1154 void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) {
1159 if (IFace)
1160 Ctx.setObjCImplementation(IFace, ImplD);
1164 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier()))
1168 ClassInterface = IFace;