Lines Matching refs:IFace
1933 ObjCInterfaceDecl *IFace = 0;
1935 IFace = CurMethod->getClassInterface();
1938 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) {
1955 ClassDeclared != IFace)
1981 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface();
1983 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) {
1985 IFace == ClassDeclared)
6967 if (ObjCInterfaceDecl *IFace = OPT->getInterfaceDecl())
6968 if (S.isPropertyReadonly(PDecl, IFace))