Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
3569 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);3621 AddMethodToGlobalPool(Method, impl, /*instance*/true);3626 AddMethodToGlobalPool(Method, impl, /*instance*/false);
3385 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema