Searched defs:getCalleeName (Results 1 – 3 of 3) sorted by relevance
27 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { in getCalleeName() function in CheckerContext
344 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function
84 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function