Home
last modified time | relevance | path

Searched refs:AddMethodToGlobalPool (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h3208 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
3260 AddMethodToGlobalPool(Method, impl, /*instance*/true);
3265 AddMethodToGlobalPool(Method, impl, /*instance*/false);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3314 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema