Lines Matching refs:IFace
2457 ObjCInterfaceDecl *IFace = nullptr; in LookupInObjCMethod() local
2459 IFace = CurMethod->getClassInterface(); in LookupInObjCMethod()
2462 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupInObjCMethod()
2479 !declaresSameEntity(ClassDeclared, IFace) && in LookupInObjCMethod()
2504 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV)) in LookupInObjCMethod()
2525 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) { in LookupInObjCMethod() local
2527 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupInObjCMethod()
2529 declaresSameEntity(IFace, ClassDeclared)) in LookupInObjCMethod()
12407 const ObjCInterfaceDecl *IFace = nullptr; in DiagnoseAssignmentResult() local
12500 IFace = IFaceT->getDecl(); in DiagnoseAssignmentResult()
12511 IFace = IFaceT->getDecl(); in DiagnoseAssignmentResult()
12579 PDecl && IFace && !IFace->hasDefinition()) in DiagnoseAssignmentResult()
12580 Diag(IFace->getLocation(), diag::not_incomplete_class_and_qualified_id) in DiagnoseAssignmentResult()
12581 << IFace->getName() << PDecl->getName(); in DiagnoseAssignmentResult()