reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1224 if (!canBeOverridenInSubclass(IDecl, Sel)) 1275 Optional<const ObjCMethodDecl *> &Val = PMC[std::make_pair(IDecl, Sel)]; 1279 Val = IDecl->lookupPrivateMethod(Sel); 1300 Val = CatDecl->getMethod(Sel, 1307 Val = IDecl->lookupInstanceMethod(Sel); 1323 return RuntimeDefinition(IDecl->lookupPrivateClassMethod(Sel));