Home
last modified time | relevance | path

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

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