Searched defs:getCallee (Results 1 – 9 of 9) sorted by relevance
106 Function *getCallee() const { return Callee; } in getCallee() function
181 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
426 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
655 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
184 Value *getCallee() { return Callee; } in getCallee() function
596 const Decl *getCallee() const { return Callee; } in getCallee() function
2962 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function2963 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
4705 UnresolvedLookupExpr *getCallee() const { in getCallee() function
629 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anond52d8a670111::CallStackFrame