Home | History | Annotate | Download | only in Sema

Lines Matching defs:ClassDecl

2378           if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) {
2380 Method = ClassDecl->lookupClassMethod(Sel);
2383 Method = ClassDecl->lookupPrivateClassMethod(Sel);
2412 ObjCInterfaceDecl *ClassDecl = nullptr;
2428 ClassDecl = OCIType->getInterfaceDecl();
2447 Method = ClassDecl->lookupInstanceMethod(Sel);
2456 Method = ClassDecl->lookupPrivateMethod(Sel);