Home | History | Annotate | Download | only in AST

Lines Matching full:callee

2493 /// Look at the callee of the given call expression and determine if
2497 const Expr *callee = call->getCallee();
2498 const Expr *fn = callee->IgnoreParens();
2501 // too, but for those to appear in the callee, it would have to be
2503 if (callee == fn) return false;
2666 // The callee here is a parenthesized UnresolvedLookupExpr with