Searched refs:template_function_decl (Results 1 – 1 of 1) sorted by relevance
1352 clang::FunctionDecl *template_function_decl = nullptr; in ParseSubroutine() local1393 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()1401 template_function_decl, template_param_infos); in ParseSubroutine()1403 template_function_decl, func_template_decl, template_param_infos); in ParseSubroutine()1431 if (template_function_decl) in ParseSubroutine()1432 template_function_decl->setParams(params); in ParseSubroutine()