Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp686 Summ = getMethodSummary(cast<ObjCMethodDecl>(C.getDecl())); in getSummary()
1127 return getMethodSummary(ME->getSelector(), Class, ME->getMethodDecl(), in getClassMethodSummary()
1155 return getMethodSummary(S, ReceiverClass, Method, ME->getType(), in getInstanceMethodSummary()
1160 RetainSummaryManager::getMethodSummary(Selector S, in getMethodSummary() function in RetainSummaryManager
1285 RetainSummaryManager::getMethodSummary(const ObjCMethodDecl *MD) { in getMethodSummary() function in RetainSummaryManager
1296 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries); in getMethodSummary()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h673 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD);
677 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,