Searched defs:getCallee (Results 1 – 7 of 7) sorted by relevance
92 Function *getCallee() const { return Callee; } in getCallee() function
151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
183 Value *getCallee() { return Callee; } in getCallee() function
599 const Decl *getCallee() const { return Callee; } in getCallee() function
2882 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function2883 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
4607 UnresolvedLookupExpr *getCallee() const { in getCallee() function
634 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anondef1c1650111::CallStackFrame