Home | History | Annotate | Download | only in Sema

Lines Matching refs:IFace

3135   if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) {
3137 for (auto *Cat : IFace->visible_categories()) {
3144 for (auto *I : IFace->all_referenced_protocols()) {
3151 if (IFace->getSuperClass()) {
3153 LookupVisibleDecls(IFace->getSuperClass(), Result, QualifiedNameLookup,
3159 if (IFace->getImplementation()) {
3161 LookupVisibleDecls(IFace->getImplementation(), Result,
3224 if (ObjCInterfaceDecl *IFace = Method->getClassInterface()) {
3225 LookupVisibleDecls(IFace, IvarResult, /*QualifiedNameLookup=*/false,