Searched refs:TemplateMethod (Results 1 – 1 of 1) sorted by relevance
1022 FunctionTemplateDecl *TemplateMethod = FunctionTemplateDecl::Create( in AddTemplateParametersToLambdaCallOperator() local1025 TemplateMethod->setAccess(AS_public); in AddTemplateParametersToLambdaCallOperator()1026 CallOperator->setDescribedFunctionTemplate(TemplateMethod); in AddTemplateParametersToLambdaCallOperator()1050 FunctionTemplateDecl *TemplateMethod = in CompleteLambdaCallOperator() local1052 assert(TemplateMethod && in CompleteLambdaCallOperator()1055 LSI->Lambda->addDecl(TemplateMethod); in CompleteLambdaCallOperator()1056 TemplateMethod->setLexicalDeclContext(DC); in CompleteLambdaCallOperator()