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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp794 llvm::StringRef template_arg = local
796 while (template_depth > 0 && !template_arg.empty()) {
797 if (template_arg.front() == '<')
799 else if (template_arg.front() == '>')
801 template_arg = template_arg.drop_front(1);
805 if (template_arg.empty())
807 basename = template_arg;

Completed in 83 milliseconds