Lines Matching refs:Invoker
15790 FunctionDecl *Invoker =
15801 if (CallOp != Invoker) {
15802 Invoker = InstantiateFunctionDeclaration(
15803 Invoker->getDescribedFunctionTemplate(), TemplateArgs,
15805 if (!Invoker)
15820 if (Invoker != CallOp) {
15824 Invoker->markUsed(Context);
15825 Invoker->setReferenced();
15826 Invoker->setType(Conv->getReturnType()->getPointeeType());
15827 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
15831 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue,
15842 if (Invoker != CallOp)
15843 L->CompletedImplicitDefinition(Invoker);