Searched refs:getMethodSummary (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 756 const RetainSummary *getMethodSummary(Selector S, const ObjCInterfaceDecl *ID, 768 return getMethodSummary(M.getSelector(), Class, M.getDecl(), in getClassMethodSummary() 774 const RetainSummary *getMethodSummary(const ObjCMethodDecl *MD) { in getMethodSummary() function in __anonbe000e510511::RetainSummaryManager 785 return getMethodSummary(S, ID, MD, ResultTy, *CachedSummaries); in getMethodSummary() 1526 return getMethodSummary(S, ReceiverClass, Method, Msg.getResultType(), in getInstanceMethodSummary() 1531 RetainSummaryManager::getMethodSummary(Selector S, const ObjCInterfaceDecl *ID, in getMethodSummary() function in RetainSummaryManager 3518 const RetainSummary *Summ = Summaries.getMethodSummary(MD); in checkPreStmt()
|