Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
2863 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);2888 AddMethodToGlobalPool(Method, impl, /*instance*/true);2893 AddMethodToGlobalPool(Method, impl, /*instance*/false);
2274 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema