Home
last modified time | relevance | path

Searched refs:template_param_decls (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1527 llvm::SmallVector<NamedDecl *, 8> &template_param_decls) { in CreateTemplateParameterList() argument
1548 template_param_decls.push_back(TemplateTypeParmDecl::Create( in CreateTemplateParameterList()
1569 template_param_decls.push_back(TemplateTypeParmDecl::Create( in CreateTemplateParameterList()
1589 llvm::SmallVector<NamedDecl *, 8> template_param_decls; in CreateFunctionTemplateDecl() local
1592 ast, template_param_infos, template_param_decls); in CreateFunctionTemplateDecl()
1600 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1635 llvm::SmallVector<NamedDecl *, 8> template_param_decls; in CreateClassTemplateDecl() local
1638 ast, template_param_infos, template_param_decls); in CreateClassTemplateDecl()
1648 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
1687 llvm::SmallVector<NamedDecl *, 8> template_param_decls; in CreateTemplateTemplateParmDecl() local
[all …]