Searched refs:TemplateMethod (Results 1 – 1 of 1) sorted by relevance
959 FunctionTemplateDecl *TemplateMethod = FunctionTemplateDecl::Create( in AddTemplateParametersToLambdaCallOperator() local962 TemplateMethod->setAccess(AS_public); in AddTemplateParametersToLambdaCallOperator()963 CallOperator->setDescribedFunctionTemplate(TemplateMethod); in AddTemplateParametersToLambdaCallOperator()984 FunctionTemplateDecl *TemplateMethod = in CompleteLambdaCallOperator() local986 assert(TemplateMethod && in CompleteLambdaCallOperator()989 LSI->Lambda->addDecl(TemplateMethod); in CompleteLambdaCallOperator()990 TemplateMethod->setLexicalDeclContext(DC); in CompleteLambdaCallOperator()