Searched refs:InvokerTemplate (Results 1 – 3 of 3) sorted by relevance
1065 if (FunctionTemplateDecl *InvokerTemplate = in getLambdaStaticInvoker() local1067 return cast<CXXMethodDecl>(InvokerTemplate->getTemplatedDecl()); in getLambdaStaticInvoker()
1524 if (const auto *InvokerTemplate = dyn_cast<FunctionTemplateDecl>(ND)) in getInvokerAsMethod() local1525 return cast<CXXMethodDecl>(InvokerTemplate->getTemplatedDecl()); in getInvokerAsMethod()
3714 FunctionTemplateDecl *InvokerTemplate = LambdaClass-> in SpecializeCorrespondingLambdaCallOperatorAndInvoker() local3720 S.FinishTemplateArgumentDeduction(InvokerTemplate, DeducedArguments, 0, in SpecializeCorrespondingLambdaCallOperatorAndInvoker()