Searched refs:AddMethodToGlobalPool (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 3208 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance); 3260 AddMethodToGlobalPool(Method, impl, /*instance*/true); 3265 AddMethodToGlobalPool(Method, impl, /*instance*/false);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4327 void AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance); 4379 AddMethodToGlobalPool(Method, impl, /*instance*/true); 4384 AddMethodToGlobalPool(Method, impl, /*instance*/false);
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3314 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() function in Sema
|