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

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp682 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl()));
1123 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(),
1151 return getMethodSummary(S, ReceiverClass, Method, ME->getType(),
1156 RetainSummaryManager::getMethodSummary(Selector S, function in class:RetainSummaryManager
1278 RetainSummaryManager::getMethodSummary(const ObjCMethodDecl *MD) { function in class:RetainSummaryManager
1289 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h671 /// getMethodSummary - This version of getMethodSummary is used to query
673 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD);
677 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,

Completed in 191 milliseconds