Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassOfMethodDecl

1272       ObjCInterfaceDecl *ClassOfMethodDecl = 0;
1274 ClassOfMethodDecl = MD->getClassInterface();
1284 ClassOfMethodDecl = IMPD->getClassInterface();
1287 ClassOfMethodDecl = CatImplClass->getClassInterface();
1292 !declaresSameEntity(ClassOfMethodDecl, ClassDeclared))
1295 } else if (!IDecl->isSuperClassOf(ClassOfMethodDecl))