Searched refs:getMethodSummary (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 681 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl())); in getSummary() 1122 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary() 1150 return getMethodSummary(S, ReceiverClass, Method, ME->getType(), in getInstanceMethodSummary() 1155 RetainSummaryManager::getMethodSummary(Selector S, in getMethodSummary() function in RetainSummaryManager 1277 RetainSummaryManager::getMethodSummary(const ObjCMethodDecl *MD) { in getMethodSummary() function in RetainSummaryManager 1288 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries); in getMethodSummary()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 673 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD); 677 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7317 …ng14ObjCMethodDeclE", "(anonymous namespace)::RetainSummaryManager::getMethodSummary(clang::ObjCMe…
|