Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4882 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
4934 AddMethodToGlobalPool(Method, impl, /*instance*/true);
4939 AddMethodToGlobalPool(Method, impl, /*instance*/false);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3433 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema