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
532 const Decl *getCalleeDecl() { return CalleeDecl; } in getCalleeDecl() function
1197 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
2230 const Decl *getCalleeDecl() const { in getCalleeDecl() function