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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2729 /// AddMethodToGlobalPool - Add an instance or factory method to the global
2731 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance);
2756 AddMethodToGlobalPool(Method, impl, /*instance*/true);
2761 AddMethodToGlobalPool(Method, impl, /*instance*/false);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2200 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, function in class:Sema

Completed in 117 milliseconds