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