Searched refs:TemplateMethod (Results 1 – 1 of 1) sorted by relevance
1001 FunctionTemplateDecl *TemplateMethod = FunctionTemplateDecl::Create( in AddTemplateParametersToLambdaCallOperator() local1004 TemplateMethod->setAccess(AS_public); in AddTemplateParametersToLambdaCallOperator()1005 CallOperator->setDescribedFunctionTemplate(TemplateMethod); in AddTemplateParametersToLambdaCallOperator()1026 FunctionTemplateDecl *TemplateMethod = in CompleteLambdaCallOperator() local1028 assert(TemplateMethod && in CompleteLambdaCallOperator()1031 LSI->Lambda->addDecl(TemplateMethod); in CompleteLambdaCallOperator()1032 TemplateMethod->setLexicalDeclContext(DC); in CompleteLambdaCallOperator()