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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp693 llvm::StringRef template_arg = local
695 while (template_depth > 0 && !template_arg.empty()) {
696 if (template_arg.front() == '<')
698 else if (template_arg.front() == '>')
700 template_arg = template_arg.drop_front(1);
704 if (template_arg.empty())
706 basename = template_arg;
H A DClangASTContext.cpp6789 const clang::TemplateArgument &template_arg = local
6791 if (template_arg.getKind() != clang::TemplateArgument::Type)
6794 return GetType(template_arg.getAsType());
6805 const clang::TemplateArgument &template_arg = local
6807 if (template_arg.getKind() != clang::TemplateArgument::Integral)
6811 {template_arg.getAsIntegral(), GetType(template_arg.getIntegralType())}};
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-typeprint.c1165 struct template_arg templ_arg;
H A Dgdbtypes.h689 struct template_arg struct in struct:cplus_struct_type
H A Dhpread.c3608 struct template_arg arg;
3803 TYPE_TEMPLATE_ARGS (type) = (struct template_arg *)
3804 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args);

Completed in 286 milliseconds