Home | History | Annotate | Download | only in Sema

Lines Matching defs:IFace

1821   ObjCInterfaceDecl *IFace = 0;
1823 IFace = CurMethod->getClassInterface();
1826 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) {
1843 !declaresSameEntity(ClassDeclared, IFace) &&
1871 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {
1873 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) {
1875 declaresSameEntity(IFace, ClassDeclared))
7145 if (ObjCInterfaceDecl *IFace = OPT->getInterfaceDecl())
7146 if (S.isPropertyReadonly(PDecl, IFace))