Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
2669 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);2683 AddMethodToGlobalPool(Method, impl, /*instance*/true);2688 AddMethodToGlobalPool(Method, impl, /*instance*/false);
2180 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema