Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
2964 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);3004 AddMethodToGlobalPool(Method, impl, /*instance*/true);3009 AddMethodToGlobalPool(Method, impl, /*instance*/false);
2289 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema