Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance
3086 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);3131 AddMethodToGlobalPool(Method, impl, /*instance*/true);3136 AddMethodToGlobalPool(Method, impl, /*instance*/false);
3194 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema