Home | History | Annotate | Download | only in AST

Lines Matching defs:callee

2544 /// Look at the callee of the given call expression and determine if
2548 const Expr *callee = call->getCallee();
2549 const Expr *fn = callee->IgnoreParens();
2552 // too, but for those to appear in the callee, it would have to be
2554 if (callee == fn) return false;
2715 // The callee here is a parenthesized UnresolvedLookupExpr with