Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp694 llvm::StringRef template_arg = in GetTypeScopeAndBasename() local
696 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
697 if (template_arg.front() == '<') in GetTypeScopeAndBasename()
699 else if (template_arg.front() == '>') in GetTypeScopeAndBasename()
701 template_arg = template_arg.drop_front(1); in GetTypeScopeAndBasename()
705 if (template_arg.empty()) in GetTypeScopeAndBasename()
707 basename = template_arg; in GetTypeScopeAndBasename()