Searched refs:func_tmpl_decl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1467 FunctionTemplateDecl *func_tmpl_decl = local
1469 func_tmpl_decl->setDeclContext(decl_ctx);
1470 func_tmpl_decl->setLocation(func_decl->getLocation());
1471 func_tmpl_decl->setDeclName(func_decl->getDeclName());
1472 func_tmpl_decl->setTemplateParameters(template_param_list);
1473 func_tmpl_decl->init(func_decl);
1474 SetOwningModule(func_tmpl_decl, owning_module);
1485 func_tmpl_decl->setAccess(clang::AccessSpecifier::AS_public);
1487 return func_tmpl_decl;
1491 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl,
1490 CreateFunctionTemplateSpecializationInfo( FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, const TemplateParameterInfos &infos) argument
[all...]

Completed in 127 milliseconds