Home | History | Annotate | Download | only in Sema

Lines Matching refs:IFace

2317   ObjCInterfaceDecl *IFace = nullptr;
2319 IFace = CurMethod->getClassInterface();
2322 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) {
2339 !declaresSameEntity(ClassDeclared, IFace) &&
2364 !IvarBacksCurrentMethodAccessor(IFace, CurMethod, IV))
2386 if (ObjCInterfaceDecl *IFace = CurMethod->getClassInterface()) {
2388 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) {
2390 declaresSameEntity(IFace, ClassDeclared))
10854 const ObjCInterfaceDecl *IFace = nullptr;
10947 IFace = IFaceT->getDecl();
10958 IFace = IFaceT->getDecl();
11021 PDecl && IFace && !IFace->hasDefinition())
11022 Diag(IFace->getLocation(), diag::not_incomplete_class_and_qualified_id)
11023 << IFace->getName() << PDecl->getName();