Searched defs:getCalleeDecl (Results 1 – 4 of 4) sorted by relevance
22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
687 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
1185 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
2193 const Decl *getCalleeDecl() const { in getCalleeDecl() function