Lines Matching defs:IFace
2784 ObjCInterfaceDecl *IFace = nullptr;
2786 IFace = CurMethod->getClassInterface();
2789 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) {
2798 !declaresSameEntity(ClassDeclared, IFace) &&
2807 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {
2809 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) {
2811 declaresSameEntity(IFace, ClassDeclared))
2835 ObjCInterfaceDecl *IFace = CurMethod->getClassInterface();
2836 assert(IFace && "should not reference ivar from this context");
2869 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))
15859 const ObjCInterfaceDecl *IFace = nullptr;
16003 IFace = IFaceT->getDecl();
16014 IFace = IFaceT->getDecl();
16102 PDecl && IFace && !IFace->hasDefinition())
16103 Diag(IFace->getLocation(), diag::note_incomplete_class_and_qualified_id)
16104 << IFace << PDecl;