Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp812 size_t template_depth = 0; in GetTypeScopeAndBasename() local
817 if (prev_is_colon && template_depth == 0) { in GetTypeScopeAndBasename()
829 ++template_depth; in GetTypeScopeAndBasename()
832 if (template_depth == 0) in GetTypeScopeAndBasename()
834 --template_depth; in GetTypeScopeAndBasename()
840 if (name_begin < name.size() && template_depth == 0) in GetTypeScopeAndBasename()