Searched refs:getMethodSummary (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 685 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl())); in getSummary() 1126 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary() 1154 return getMethodSummary(S, ReceiverClass, Method, ME->getType(), in getInstanceMethodSummary() 1159 RetainSummaryManager::getMethodSummary(Selector S, in getMethodSummary() function in RetainSummaryManager 1284 RetainSummaryManager::getMethodSummary(const ObjCMethodDecl *MD) { in getMethodSummary() function in RetainSummaryManager 1295 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries); in getMethodSummary()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 671 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD); 675 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
|