Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
4467 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);4519 AddMethodToGlobalPool(Method, impl, /*instance*/true);4524 AddMethodToGlobalPool(Method, impl, /*instance*/false);
3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema