Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassDecl

1939         if (auto classDecl = CurMethod->getClassInterface()) {
1940 SuperType = QualType(classDecl->getSuperClassType(), 0);
2673 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) {
2675 Method = ClassDecl->lookupClassMethod(Sel);
2678 Method = ClassDecl->lookupPrivateClassMethod(Sel);
2709 ObjCInterfaceDecl *ClassDecl = nullptr;
2725 ClassDecl = OCIType->getInterfaceDecl();
2746 Method = ClassDecl->lookupInstanceMethod(Sel);
2755 Method = ClassDecl->lookupPrivateMethod(Sel);