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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp730 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID,
742 return getMethodSummary(M.getSelector(), Class, M.getDecl(),
746 /// getMethodSummary - This version of getMethodSummary is used to query
748 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD) { function in class:__anon18230::RetainSummaryManager
759 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries);
1477 return getMethodSummary(S, ReceiverClass, Method, Msg.getResultType(),
1482 RetainSummaryManager::getMethodSummary(Selector S, const ObjCInterfaceDecl *ID, function in class:RetainSummaryManager
3374 const RetainSummary *Summ = Summaries.getMethodSummary(MD);

Completed in 50 milliseconds