Lines Matching defs:Invoker
15888 FunctionDecl *Invoker =
15899 if (CallOp != Invoker) {
15900 Invoker = InstantiateFunctionDeclaration(
15901 Invoker->getDescribedFunctionTemplate(), TemplateArgs,
15903 if (!Invoker)
15918 if (Invoker != CallOp) {
15922 Invoker->markUsed(Context);
15923 Invoker->setReferenced();
15924 Invoker->setType(Conv->getReturnType()->getPointeeType());
15925 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
15929 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(), VK_LValue,
15940 if (Invoker != CallOp)
15941 L->CompletedImplicitDefinition(Invoker);