Searched refs:getMethodSummary (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | RetainSummaryManager.cpp | 678 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl())); in getSummary() 1119 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary() 1147 return getMethodSummary(S, ReceiverClass, Method, ME->getType(), in getInstanceMethodSummary() 1152 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()
|
/netbsd-src/external/apache2/llvm/dist/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,
|