Lines Matching refs:IFace
2675 ObjCInterfaceDecl *IFace = I->getInterface(); in LookupVisibleDecls() local
2676 if (Result.isAcceptableDecl(IFace)) { in LookupVisibleDecls()
2677 Consumer.FoundDecl(IFace, Visited.checkHidden(IFace), InBaseClass); in LookupVisibleDecls()
2678 Visited.add(IFace); in LookupVisibleDecls()
2748 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) { in LookupVisibleDecls() local
2750 for (ObjCCategoryDecl *Category = IFace->getCategoryList(); in LookupVisibleDecls()
2759 I = IFace->all_referenced_protocol_begin(), in LookupVisibleDecls()
2760 E = IFace->all_referenced_protocol_end(); I != E; ++I) { in LookupVisibleDecls()
2767 if (IFace->getSuperClass()) { in LookupVisibleDecls()
2769 LookupVisibleDecls(IFace->getSuperClass(), Result, QualifiedNameLookup, in LookupVisibleDecls()
2775 if (IFace->getImplementation()) { in LookupVisibleDecls()
2777 LookupVisibleDecls(IFace->getImplementation(), Result, in LookupVisibleDecls()
2842 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) { in LookupVisibleDecls() local
2843 LookupVisibleDecls(IFace, IvarResult, /*QualifiedNameLookup=*/false, in LookupVisibleDecls()
2849 IFace->getImplementation() && in LookupVisibleDecls()
2852 P = IFace->prop_begin(), in LookupVisibleDecls()
2853 PEnd = IFace->prop_end(); in LookupVisibleDecls()
2856 !IFace->lookupInstanceVariable((*P)->getIdentifier())) { in LookupVisibleDecls()