Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp696 size_t template_depth = 1; in GetTypeScopeAndBasename() local
699 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
701 template_depth++; in GetTypeScopeAndBasename()
703 template_depth--; in GetTypeScopeAndBasename()
706 if (template_depth != 0) in GetTypeScopeAndBasename()