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.cpp797 size_t template_depth = 0; in GetTypeScopeAndBasename() local
802 if (prev_is_colon && template_depth == 0) { in GetTypeScopeAndBasename()
808 ++template_depth; in GetTypeScopeAndBasename()
811 if (template_depth == 0) in GetTypeScopeAndBasename()
813 --template_depth; in GetTypeScopeAndBasename()
819 if (name_begin < name.size() && template_depth == 0) in GetTypeScopeAndBasename()