Lines Matching refs:Invoker
11288 // and static-invoker.
11307 // For both the conversion and static-invoker template specializations
11315 // Retrieve the static invoker...
11316 CXXMethodDecl *Invoker = Lambda->getLambdaStaticInvoker();
11322 Invoker->getDescribedFunctionTemplate();
11328 "Must have a corresponding static invoker specialization");
11329 Invoker = cast<CXXMethodDecl>(InvokeSpec);
11332 Expr *FunctionRef = BuildDeclRefExpr(Invoker, Invoker->getType(),
11345 Invoker->markUsed(Context);
11346 Invoker->setReferenced();
11347 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
11351 L->CompletedImplicitDefinition(Invoker);