Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp793 size_t template_depth = 1; in GetTypeScopeAndBasename() local
796 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
798 template_depth++; in GetTypeScopeAndBasename()
800 template_depth--; in GetTypeScopeAndBasename()
803 if (template_depth != 0) in GetTypeScopeAndBasename()