Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h534 AddMethodToGlobalPool(Method, impl, /*instance*/ true);
539 AddMethodToGlobalPool(Method, impl, /*instance*/ false);
577 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3435 void SemaObjC::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in SemaObjC