Searched defs:getCallee (Results 1 – 10 of 10) sorted by relevance
111 Function *getCallee() const { return Callee; } in getCallee() function
209 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
426 const ExecutorAddr &getCallee() const { return FnAddr; } getCallee() function
657 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
187 Value *getCallee() { return Callee; } in getCallee() function
596 const Decl *getCallee() const { return Callee; } in getCallee() function
297 Value *InstrProfCallsite::getCallee() const { in getCallee() function in InstrProfCallsite
2980 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function2981 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
4870 UnresolvedLookupExpr *getCallee() const { in getCallee() function
640 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anonfb577fba0111::CallStackFrame