Home | History | Annotate | Download | only in Sema

Lines Matching refs:IFace

3054   if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) {
3056 for (auto *Cat : IFace->visible_categories()) {
3063 for (auto *I : IFace->all_referenced_protocols()) {
3070 if (IFace->getSuperClass()) {
3072 LookupVisibleDecls(IFace->getSuperClass(), Result, QualifiedNameLookup,
3078 if (IFace->getImplementation()) {
3080 LookupVisibleDecls(IFace->getImplementation(), Result,
3143 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) {
3144 LookupVisibleDecls(IFace, IvarResult, /*QualifiedNameLookup=*/false,