Searched defs:getCallee (Results 1 – 4 of 4) sorted by relevance
287 IterTy getCallee() const { in getCallee() function
574 const Decl *getCallee() const { return Callee; } in getCallee() function
2166 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); } in getCallee() function2167 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); } in getCallee() function
33 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite