Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3569 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
3621 AddMethodToGlobalPool(Method, impl, /*instance*/true);
3626 AddMethodToGlobalPool(Method, impl, /*instance*/false);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3385 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema