reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4320   if (!ObjCMethod)
 4323   OverrideSearch overrides(*this, ObjCMethod);
 4337       } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) {
 4346             MethodPool.find(ObjCMethod->getSelector());
 4349             ObjCMethod->isInstanceMethod()? It->second.first: It->second.second;
 4373       ObjCMethod->setRelatedResultType();
 4376     mergeObjCMethodDecls(ObjCMethod, overridden);
 4378     if (ObjCMethod->isImplicit() && overridden->isImplicit())
 4382     if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) ||
 4383         isa<ObjCImplementationDecl>(ObjCMethod->getDeclContext()))
 4384       CheckConflictingOverridingMethod(ObjCMethod, overridden,
 4390       ObjCMethodDecl::param_iterator ParamI = ObjCMethod->param_begin(),
 4391                                           E = ObjCMethod->param_end();
 4410   ObjCMethod->setOverriding(hasOverriddenMethodsInBaseOrProtocol);