Searched defs:getCalleeDecl (Results 1 – 3 of 3) sorted by relevance
22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
59 const GlobalDecl getCalleeDecl() const { return CalleeDecl; } in getCalleeDecl() function
2994 Decl *getCalleeDecl() { return getCallee()->getReferencedDeclOfCallee(); } in getCalleeDecl() function2995 const Decl *getCalleeDecl() const { in getCalleeDecl() function